Information about plays

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

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

{
    "id": 3628345,
    "uri": "https://api.kexp.org/v2/plays/3628345/?format=api",
    "airdate": "2026-03-13T07:21:53-07:00",
    "show": 66168,
    "show_uri": "https://api.kexp.org/v2/shows/66168/?format=api",
    "image_uri": "https://dn711201.ca.archive.org/0/items/mbid-a6545e7f-991e-3d1b-8ada-e2182adcbc8a/mbid-a6545e7f-991e-3d1b-8ada-e2182adcbc8a-2013004401_thumb500.jpg",
    "thumbnail_uri": "https://ia801307.us.archive.org/15/items/mbid-a6545e7f-991e-3d1b-8ada-e2182adcbc8a/mbid-a6545e7f-991e-3d1b-8ada-e2182adcbc8a-2013004401_thumb250.jpg",
    "song": "Baba O’Riley",
    "track_id": "70bc9573-6cd3-3a30-b407-493563990d50",
    "recording_id": "a6081bc1-2a76-4984-b21f-38bc3dcca3a5",
    "artist": "The Who",
    "artist_ids": [
        "9fdaa16b-a6c4-4831-b87c-bc9ca8ce7eaa"
    ],
    "album": "Who’s Next",
    "release_id": "a6545e7f-991e-3d1b-8ada-e2182adcbc8a",
    "release_group_id": "9584e28b-66a7-3846-8d52-b3008a283539",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1971-08-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The exodus is here\nThe happy ones are near\nLet's get together before we get much older....\"\nGive now!  Do it...for MUSIC!!: https://www.kexp.org/donate/\n--\nOMG....Watch this wonderful band perform this wonderful song LIVE: https://www.youtube.com/watch?v=LDknRxdHNog",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}