Information about plays

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

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

{
    "id": 3636308,
    "uri": "https://api.kexp.org/v2/plays/3636308/?format=api",
    "airdate": "2026-04-01T04:45:03-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn710704.ca.archive.org/0/items/mbid-1c9681b5-def1-4c28-9268-c4076a773a69/mbid-1c9681b5-def1-4c28-9268-c4076a773a69-3393748836_thumb500.jpg",
    "thumbnail_uri": "https://dn710704.ca.archive.org/0/items/mbid-1c9681b5-def1-4c28-9268-c4076a773a69/mbid-1c9681b5-def1-4c28-9268-c4076a773a69-3393748836_thumb250.jpg",
    "song": "Wash Your Face in My Sink",
    "track_id": "7930871a-c2f3-3e67-afd5-836f50463476",
    "recording_id": "40d61c90-9fb7-432e-b49d-b83ec470f74f",
    "artist": "Dream Warriors",
    "artist_ids": [
        "34d59c27-28cd-4715-9f6f-4b5d9f343c2a"
    ],
    "album": "And Now the Legacy Begins",
    "release_id": "1c9681b5-def1-4c28-9268-c4076a773a69",
    "release_group_id": "52ee0222-e0ec-3b52-b573-5ac2c5c905e6",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1991-02-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}