Information about plays

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

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

{
    "id": 3603497,
    "uri": "https://api.kexp.org/v2/plays/3603497/?format=api",
    "airdate": "2026-01-12T15:30:26-08:00",
    "show": 65633,
    "show_uri": "https://api.kexp.org/v2/shows/65633/?format=api",
    "image_uri": "https://coverartarchive.org/release/fea0114c-820c-4539-887b-47ccbf07e7ca/20628954253-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fea0114c-820c-4539-887b-47ccbf07e7ca/20628954253-250.jpg",
    "song": "#9 Dream",
    "track_id": null,
    "recording_id": "c8cf5064-0ea7-4274-8478-1deba347b2b0",
    "artist": "John Lennon",
    "artist_ids": [
        "4d5447d7-c61c-4120-ba1b-d7f471d385b9"
    ],
    "album": "Walls and Bridges",
    "release_id": null,
    "release_group_id": "cf90044e-b161-3cda-99c7-2390802023b9",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1974-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Lennon admitted that he \"borrowed\" the string arrangement from Harry Nilsson's \"Many Rivers To Cross\" from Nilsson's album 'Pussy Cats' - which John produced!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}