Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3554865/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3554865,
    "uri": "https://api.kexp.org/v2/plays/3554865/?format=api",
    "airdate": "2025-09-19T04:18:30-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?format=api",
    "image_uri": "https://coverartarchive.org/release/622610eb-3b6f-407b-b8c1-32a617c04472/19186436561-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/622610eb-3b6f-407b-b8c1-32a617c04472/19186436561-250.jpg",
    "song": "Sunshine Coast",
    "track_id": null,
    "recording_id": null,
    "artist": "Manuel Darquart",
    "artist_ids": [],
    "album": "Bluesurf 89",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Permanent Vacation"
    ],
    "label_ids": [
        "ec55686e-5c19-4bb1-ac42-81ddcc02ff8d"
    ],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Catch a vibe - https://perm-vac.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}