Information about plays

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

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

{
    "id": 3606406,
    "uri": "https://api.kexp.org/v2/plays/3606406/?format=api",
    "airdate": "2026-01-19T14:32:26-08:00",
    "show": 65700,
    "show_uri": "https://api.kexp.org/v2/shows/65700/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tribute to Martin Luther King",
    "track_id": null,
    "recording_id": "66a119bc-4a4a-4267-8dd8-a5c2186b761e",
    "artist": "Max Romeo",
    "artist_ids": [
        "d82e9822-521a-4e20-bb22-9e944374cd40"
    ],
    "album": "Something Is Wrong",
    "release_id": null,
    "release_group_id": "dae40c8f-381b-3565-81c9-deefec337725",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"No one remembers Martin Luther King!\" -despite the song celebrating his legacy, highlighting how historical figures can fade from popular memory, this was a direct expression of frustration that King's message of love and justice was being overshadowed by other figures or forgotten.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}