Information about plays

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

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

{
    "id": 3570191,
    "uri": "https://api.kexp.org/v2/plays/3570191/?format=api",
    "airdate": "2025-10-26T10:28:24-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "https://coverartarchive.org/release/34a87604-e49c-468f-888a-42d11455e142/23067809606-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/34a87604-e49c-468f-888a-42d11455e142/23067809606-250.jpg",
    "song": "Night Time Is the Right Time",
    "track_id": null,
    "recording_id": "88e0329f-30c5-48f2-ac0c-3d50c207f6b9",
    "artist": "The Sonics",
    "artist_ids": [
        "16346cf4-4d2b-40ec-8393-0fc7296d92fe"
    ],
    "album": "Here Are The Sonics!!!",
    "release_id": null,
    "release_group_id": "d03da025-4f5b-35fc-9add-cbdb583ba516",
    "labels": [
        "Etiquette Records"
    ],
    "label_ids": [
        "c0a6b765-cfb2-4f9e-ab36-f50e86f714b5"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Tacoma band recorded this cover of a Nappy Brown song at Audio Recording Studio in Seattle with a two-track tape recorder and only one microphone to pick up the entire drum kit.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}