Information about plays

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

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

{
    "id": 3624734,
    "uri": "https://api.kexp.org/v2/plays/3624734/?format=api",
    "airdate": "2026-03-03T08:28:49-08:00",
    "show": 66079,
    "show_uri": "https://api.kexp.org/v2/shows/66079/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wanna Be Adored",
    "track_id": "732ea842-dabc-4586-a19f-eadb459933e9",
    "recording_id": "8ac90382-aa91-426e-9111-511b0997f616",
    "artist": "Turnstile",
    "artist_ids": [
        "7b748dac-f5ce-45a7-9b95-c1d8b5b013ed"
    ],
    "album": "I Wanna Be Adored",
    "release_id": "89048996-ed87-48ff-901b-9f567a54288b",
    "release_group_id": "4ec93269-93c2-4487-a162-f55d3cb6f8f2",
    "labels": [
        "Triple J"
    ],
    "label_ids": [
        "aac15e25-6197-43ee-bd71-4c64ca92028c"
    ],
    "release_date": "2026-03-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Turnstile cover of The Stone Roses' \"I Wanna Be Adored\".\n\nhttps://turnstilehardcore.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}