Information about plays

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

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

{
    "id": 3604697,
    "uri": "https://api.kexp.org/v2/plays/3604697/?format=api",
    "airdate": "2026-01-15T14:03:38-08:00",
    "show": 65658,
    "show_uri": "https://api.kexp.org/v2/shows/65658/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Last Mile of the Way",
    "track_id": null,
    "recording_id": "7d042533-543d-4ef7-96bf-96ce85953eef",
    "artist": "Mahalia Jackson",
    "artist_ids": [
        "1bebb19e-9305-4da8-a3fd-5dd40a6e517e"
    ],
    "album": "This Is Gold",
    "release_id": null,
    "release_group_id": "10413280-74c8-317d-9cec-be3343b1bf36",
    "labels": [
        "Disky"
    ],
    "label_ids": [
        "d2a857fe-a9ba-4273-a5d2-456598eeaf09"
    ],
    "release_date": "2004-07-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This hymn was written by Johnson Oatman, Jr. in 1908. : https://hymnary.org/text/if_i_walk_in_the_pathway_of_duty",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}