Information about plays

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

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

{
    "id": 3629573,
    "uri": "https://api.kexp.org/v2/plays/3629573/?format=api",
    "airdate": "2026-03-16T03:33:02-07:00",
    "show": 66195,
    "show_uri": "https://api.kexp.org/v2/shows/66195/?format=api",
    "image_uri": "https://coverartarchive.org/release/5cc1f3da-0b95-4646-86ae-7180659e176c/4730668032-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5cc1f3da-0b95-4646-86ae-7180659e176c/4730668032-250.jpg",
    "song": "Goodbye, Baby",
    "track_id": null,
    "recording_id": "728561a3-f12e-4c22-9c56-5c74543b9796",
    "artist": "Tampa Red",
    "artist_ids": [
        "1b62df85-00d2-464f-81bc-a5c0cdcad278"
    ],
    "album": "Don’t Tampa With the Blues",
    "release_id": null,
    "release_group_id": "f60e6e42-fba6-440f-b0aa-2f46c3c7f11f",
    "labels": [
        "Bluesville"
    ],
    "label_ids": [
        "1dabc251-ab7b-4e46-b4bb-29031db6de33"
    ],
    "release_date": "1961-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}