Information about plays

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

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

{
    "id": 3589794,
    "uri": "https://api.kexp.org/v2/plays/3589794/?format=api",
    "airdate": "2025-12-11T15:04:44-08:00",
    "show": 65348,
    "show_uri": "https://api.kexp.org/v2/shows/65348/?format=api",
    "image_uri": "https://ia800703.us.archive.org/28/items/mbid-c53be6c2-1a17-4a4a-97e3-d40f61630236/mbid-c53be6c2-1a17-4a4a-97e3-d40f61630236-22927827729_thumb500.jpg",
    "thumbnail_uri": "https://ia800703.us.archive.org/28/items/mbid-c53be6c2-1a17-4a4a-97e3-d40f61630236/mbid-c53be6c2-1a17-4a4a-97e3-d40f61630236-22927827729_thumb250.jpg",
    "song": "Rock n Roll",
    "track_id": "7a0a9cd6-97b7-4e1c-ac05-386417006487",
    "recording_id": "7efeb861-b06c-4009-869b-06450a8bd4aa",
    "artist": "Mos Def",
    "artist_ids": [
        "9f4551c6-1324-4ac5-b3fe-a5c5cfacd54d"
    ],
    "album": "Black On Both Sides",
    "release_id": "c53be6c2-1a17-4a4a-97e3-d40f61630236",
    "release_group_id": "d6658b47-463a-390e-9417-99c818aea004",
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Elvis Presley ain't got no soul...\"\n--\nThis song samples \"The March of the Winkies\" from \"The Wizard of Oz.\" \"Rock 'N' Roll\" also contains samples of \"Memphis at Sunrise\" by Bar-Kays, \"Inner City Blues (Make Me Wanna Holler)\" by Marvin Gaye, \"The Realest\" by Mobb Deep feat. Kool G Rap, and \"Allustrious\" by Mobb Deep.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}