Information about plays

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

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

{
    "id": 3612729,
    "uri": "https://api.kexp.org/v2/plays/3612729/?format=api",
    "airdate": "2026-02-03T14:41:31-08:00",
    "show": 65831,
    "show_uri": "https://api.kexp.org/v2/shows/65831/?format=api",
    "image_uri": "https://ia801301.us.archive.org/34/items/mbid-65e214cb-c9dc-4343-8275-a125b6c80a56/mbid-65e214cb-c9dc-4343-8275-a125b6c80a56-24501581998_thumb500.jpg",
    "thumbnail_uri": "https://ia601301.us.archive.org/34/items/mbid-65e214cb-c9dc-4343-8275-a125b6c80a56/mbid-65e214cb-c9dc-4343-8275-a125b6c80a56-24501581998_thumb250.jpg",
    "song": "Message From a Black Man",
    "track_id": "72d52f16-a8f5-3a73-ae20-dbe90bde4b78",
    "recording_id": "95268c52-93f4-4695-93b2-ec6fa668401b",
    "artist": "The Temptations",
    "artist_ids": [
        "d8df96ae-8fcf-4997-b3e6-e5d1aaf0f69e"
    ],
    "album": "Psychedelic Soul",
    "release_id": "65e214cb-c9dc-4343-8275-a125b6c80a56",
    "release_group_id": "00609265-22f6-35ea-abfd-80957a7dc4e3",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2003-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born this day in 1943: Dennis Edwards of the mighty Temptations. Mr. Edwards passed back in 2018.\n\nFor their \"Puzzle People\" album, The Temptations took on this Norman Whitfield-Barrett Strong lyric which left you in no doubt about where they stood: \"Black is a color, just like white . . . No matter how hard you try, you can't stop me now\". : https://www.elsewhere.co.nz/fromthevaults/4878/the-temptations-message-from-a-black-man-1969/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}