Information about plays

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

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

{
    "id": 3564840,
    "uri": "https://api.kexp.org/v2/plays/3564840/?format=api",
    "airdate": "2025-10-14T04:48:21-07:00",
    "show": 64830,
    "show_uri": "https://api.kexp.org/v2/shows/64830/?format=api",
    "image_uri": "https://ia601707.us.archive.org/8/items/mbid-03420556-b493-31b9-9e17-7313cce17bcd/mbid-03420556-b493-31b9-9e17-7313cce17bcd-32202670776_thumb500.jpg",
    "thumbnail_uri": "https://dn710007.ca.archive.org/0/items/mbid-03420556-b493-31b9-9e17-7313cce17bcd/mbid-03420556-b493-31b9-9e17-7313cce17bcd-32202670776_thumb250.jpg",
    "song": "Of Course I'm Lying",
    "track_id": "7f328a81-3e27-3226-9912-7ab4fe756108",
    "recording_id": "5a64453f-0038-41e7-aa23-85c15a73ce12",
    "artist": "Yello",
    "artist_ids": [
        "c616aef1-e21f-46f8-864f-b7bad96f41b2"
    ],
    "album": "Flag",
    "release_id": "03420556-b493-31b9-9e17-7313cce17bcd",
    "release_group_id": "5b1baa7e-59de-325e-abad-817150f66ce5",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}