Information about plays

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

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

{
    "id": 3571416,
    "uri": "https://api.kexp.org/v2/plays/3571416/?format=api",
    "airdate": "2025-10-29T13:11:49-07:00",
    "show": 64966,
    "show_uri": "https://api.kexp.org/v2/shows/64966/?format=api",
    "image_uri": "https://dn721603.ca.archive.org/0/items/mbid-0ea5d1db-b631-4342-b102-33d63252d640/mbid-0ea5d1db-b631-4342-b102-33d63252d640-28753603994_thumb500.jpg",
    "thumbnail_uri": "https://ia801800.us.archive.org/10/items/mbid-0ea5d1db-b631-4342-b102-33d63252d640/mbid-0ea5d1db-b631-4342-b102-33d63252d640-28753603994_thumb250.jpg",
    "song": "Radio",
    "track_id": "8dc6dbe5-c84e-3440-9628-62503c773eff",
    "recording_id": "dff667fb-057e-462d-9080-7733e63da028",
    "artist": "Teenage Fanclub",
    "artist_ids": [
        "e6f8912b-7df9-4aae-b551-2cd03dc29588"
    ],
    "album": "Thirteen",
    "release_id": "0ea5d1db-b631-4342-b102-33d63252d640",
    "release_group_id": "d33c5924-dd4e-32a7-af1c-b95ee3c992bf",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1993's \"Thirteen\" was Teenage Fanclub's fourth studio album. Bassist Gerard Love wrote the song \"Radio.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}