Information about plays

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

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

{
    "id": 3600865,
    "uri": "https://api.kexp.org/v2/plays/3600865/?format=api",
    "airdate": "2026-01-06T05:03:52-08:00",
    "show": 65577,
    "show_uri": "https://api.kexp.org/v2/shows/65577/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dirt Off Your Shoulder",
    "track_id": "05727b38-bde5-3500-84c2-88c0f59a67a4",
    "recording_id": "9d4c57fe-ba72-40d5-8bf0-c9c85825bee0",
    "artist": "JAY Z",
    "artist_ids": [
        "f82bcf78-5b69-4622-a5ef-73800768d9ac"
    ],
    "album": "The Black Album",
    "release_id": "dcb09143-f938-3381-bd4e-94034cc40d34",
    "release_group_id": "77befaa0-662e-3d84-ba45-c862e16dc109",
    "labels": [
        "Roc‐A‐Fella Records"
    ],
    "label_ids": [
        "4cccc72a-0bd0-433a-905e-dad87871397d"
    ],
    "release_date": "2003-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brush your shoulders off! Check out the music video for this 2004 Jay-Z classic: https://www.youtube.com/watch?v=Oz_-VaTHpc8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}