Information about plays

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

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

{
    "id": 3552061,
    "uri": "https://api.kexp.org/v2/plays/3552061/?format=api",
    "airdate": "2025-09-12T10:38:04-07:00",
    "show": 64541,
    "show_uri": "https://api.kexp.org/v2/shows/64541/?format=api",
    "image_uri": "https://ia601300.us.archive.org/28/items/mbid-57db316a-4017-41f1-8e1e-d1ec257a1182/mbid-57db316a-4017-41f1-8e1e-d1ec257a1182-42992420135_thumb500.jpg",
    "thumbnail_uri": "https://dn720705.ca.archive.org/0/items/mbid-57db316a-4017-41f1-8e1e-d1ec257a1182/mbid-57db316a-4017-41f1-8e1e-d1ec257a1182-42992420135_thumb250.jpg",
    "song": "Honest Man",
    "track_id": "9d8c2b8e-5a03-4516-b2db-86e039d8e46f",
    "recording_id": "c901b564-c3cb-4026-9bb4-4788f65d9121",
    "artist": "Freak Slug",
    "artist_ids": [
        "c95a574b-6c07-40bc-bd31-d86150b7b670"
    ],
    "album": "Loose Tooth And A Short Skirt",
    "release_id": "57db316a-4017-41f1-8e1e-d1ec257a1182",
    "release_group_id": "f9e76d09-bf20-4002-aad5-c9c964a36453",
    "labels": [
        "Future Classic"
    ],
    "label_ids": [
        "d36fed82-04b0-4fba-ac8e-b518584bf741"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Manchester artist Freak Slug!\n\nDJ Atticus hosted Freak Slug Live on KEXP earlier this year, back in March!\n\nhttps://www.youtube.com/watch?v=7IBTN2fIlMU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}