Information about plays

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

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

{
    "id": 3620359,
    "uri": "https://api.kexp.org/v2/plays/3620359/?format=api",
    "airdate": "2026-02-21T13:37:29-08:00",
    "show": 65993,
    "show_uri": "https://api.kexp.org/v2/shows/65993/?format=api",
    "image_uri": "https://dn710602.ca.archive.org/0/items/mbid-0892f965-4ba7-300e-a0dc-88e036d2db75/mbid-0892f965-4ba7-300e-a0dc-88e036d2db75-6920010789_thumb500.jpg",
    "thumbnail_uri": "https://dn710602.ca.archive.org/0/items/mbid-0892f965-4ba7-300e-a0dc-88e036d2db75/mbid-0892f965-4ba7-300e-a0dc-88e036d2db75-6920010789_thumb250.jpg",
    "song": "Old Man",
    "track_id": "029bae16-c7d4-3b0d-9829-0a4ad053c214",
    "recording_id": "39442bc5-989f-4a79-bc68-e3f339f3108d",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Harvest",
    "release_id": "0892f965-4ba7-300e-a0dc-88e036d2db75",
    "release_group_id": "b25419cf-71bf-3a54-8cd4-2161c61056a0",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2009-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "\"Hey there Kevin,\n\nI was wondering if you could play Old Man by Neil Young for my dad’s 55th birthday.\n\nHe’s been a huge part of my life and I’ve realized that within the past few years,\nAnd as the song says, “old man, take a look at my life I’m a lot like you”, I’ve noticed that in the past few years, I’ve molded myself a lot like him, molding myself after one of the most thoughtful and kindest individuals I know\n\nI love you much dad, thanks for being so amazing! - Kraig\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}