Information about plays

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

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

{
    "id": 3543933,
    "uri": "https://api.kexp.org/v2/plays/3543933/?format=api",
    "airdate": "2025-08-23T21:21:21-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rawhead",
    "track_id": "0598328e-1aab-3ecd-b3c0-7ab312632074",
    "recording_id": "8e5e0750-bb39-421e-b65c-634ff3469b2c",
    "artist": "Teen Angels",
    "artist_ids": [
        "6068c982-6326-4851-a341-513adaacc2b5"
    ],
    "album": "Daddy",
    "release_id": "700b798d-3bfe-4fc7-9cd8-1ea036f046ff",
    "release_group_id": "3936b609-5224-3421-ade5-897092991db9",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1996-01-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the movie Slaves To The Underground!\n\nTeen Angels was an American grunge band.\nhttps://spoti.fi/3sinXpQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}