Information about plays

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

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

{
    "id": 3632302,
    "uri": "https://api.kexp.org/v2/plays/3632302/?format=api",
    "airdate": "2026-03-22T09:38:58-07:00",
    "show": 66250,
    "show_uri": "https://api.kexp.org/v2/shows/66250/?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": "Whatever Gets You Thru the Night",
    "track_id": null,
    "recording_id": "af0927db-7975-434d-983e-e0a821ef6ec5",
    "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": [
        "Apple"
    ],
    "label_ids": [],
    "release_date": "1974-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Elton John on piano who bet Lennon the song would hit #1 in the UK. When it did, he performed live with the Beatles' guitarist at Madison Square Garden, which was Lennon’s last live performance.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}