Information about plays

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

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

{
    "id": 3645412,
    "uri": "https://api.kexp.org/v2/plays/3645412/?format=api",
    "airdate": "2026-04-22T16:44:20-07:00",
    "show": 66524,
    "show_uri": "https://api.kexp.org/v2/shows/66524/?format=api",
    "image_uri": "https://dn710603.ca.archive.org/0/items/mbid-c8a5c6d1-7768-47cd-a13b-db12e2b982f3/mbid-c8a5c6d1-7768-47cd-a13b-db12e2b982f3-5594649650_thumb500.jpg",
    "thumbnail_uri": "https://dn710603.ca.archive.org/0/items/mbid-c8a5c6d1-7768-47cd-a13b-db12e2b982f3/mbid-c8a5c6d1-7768-47cd-a13b-db12e2b982f3-5594649650_thumb250.jpg",
    "song": "Antiphon",
    "track_id": "fe1e6870-19fc-4cb5-b85d-07bbbce8d7e5",
    "recording_id": "67eb2376-644b-4d3a-883a-1b4d9c4c9e5b",
    "artist": "Midlake",
    "artist_ids": [
        "da90b5da-349e-4906-a0b4-805f5e46190d"
    ],
    "album": "Antiphon",
    "release_id": "c8a5c6d1-7768-47cd-a13b-db12e2b982f3",
    "release_group_id": "e9dc4674-4fe7-46e7-aa77-cfd6c3067747",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2013-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Midlake is from Denton, TX. The band formed in 1999 and consists of Eric Pulido, McKenzie Smith, Eric Nichelson, Jesse Chandler and Joey McClellan.\n\nhttps://midlakeband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}