Information about plays

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

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

{
    "id": 3659819,
    "uri": "https://api.kexp.org/v2/plays/3659819/?format=api",
    "airdate": "2026-05-26T13:15:02-07:00",
    "show": 66821,
    "show_uri": "https://api.kexp.org/v2/shows/66821/?format=api",
    "image_uri": "https://coverartarchive.org/release/f5bea5b7-25f1-4511-a594-3f4312e5f248/25027421550-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f5bea5b7-25f1-4511-a594-3f4312e5f248/25027421550-250.jpg",
    "song": "Growing Up and I’m Fine",
    "track_id": null,
    "recording_id": "870f3432-63fb-46e1-bc94-8e86f359234a",
    "artist": "Mick Ronson",
    "artist_ids": [
        "5a150caa-fe13-4590-a50e-7778ee29b587"
    ],
    "album": "Slaughter on 10th Avenue",
    "release_id": null,
    "release_group_id": "360736bf-87e1-3ff2-9d1e-8cd68f953fd3",
    "labels": [
        "Snapper Music"
    ],
    "label_ids": [
        "0c68651e-a436-4e57-b7dc-d2750f15d91b"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Bowie (obviously)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}