Information about plays

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

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

{
    "id": 3575010,
    "uri": "https://api.kexp.org/v2/plays/3575010/?format=api",
    "airdate": "2025-11-07T06:04:50-08:00",
    "show": 65043,
    "show_uri": "https://api.kexp.org/v2/shows/65043/?format=api",
    "image_uri": "https://ia803405.us.archive.org/9/items/mbid-ff7b47a4-20c7-4a23-a95c-0ba6bc3a1f76/mbid-ff7b47a4-20c7-4a23-a95c-0ba6bc3a1f76-7290951786_thumb500.jpg",
    "thumbnail_uri": "https://ia803405.us.archive.org/9/items/mbid-ff7b47a4-20c7-4a23-a95c-0ba6bc3a1f76/mbid-ff7b47a4-20c7-4a23-a95c-0ba6bc3a1f76-7290951786_thumb250.jpg",
    "song": "Cell Song",
    "track_id": "03d207f2-0605-4bbc-b055-fe7ee8709b10",
    "recording_id": "bf542426-e86f-40a1-874d-be1da039d3ca",
    "artist": "Fanfarlo",
    "artist_ids": [
        "91f909a4-809a-47a7-b15f-94d6878b06cb"
    ],
    "album": "Let's Go Extinct",
    "release_id": "ff7b47a4-20c7-4a23-a95c-0ba6bc3a1f76",
    "release_group_id": "dae80712-e101-45ef-9086-f14cfb3f7f2e",
    "labels": [
        "Blue Horizon Ventures"
    ],
    "label_ids": [
        "faf2480f-e3e1-4498-b452-c54a0a5adcdf"
    ],
    "release_date": "2014-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fanfarlo performed this track live in the KEXP studio in 2014. Watch the full session here:\nhttps://youtu.be/EmN4Fad6vXw\n\nhttps://fanfarlo.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}