Information about plays

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

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

{
    "id": 3546884,
    "uri": "https://api.kexp.org/v2/plays/3546884/?format=api",
    "airdate": "2025-08-30T21:01:29-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "https://dn721804.ca.archive.org/0/items/mbid-bfcf2ca6-e730-44aa-bd73-49e0ff770b7f/mbid-bfcf2ca6-e730-44aa-bd73-49e0ff770b7f-29187271592_thumb500.jpg",
    "thumbnail_uri": "https://dn721804.ca.archive.org/0/items/mbid-bfcf2ca6-e730-44aa-bd73-49e0ff770b7f/mbid-bfcf2ca6-e730-44aa-bd73-49e0ff770b7f-29187271592_thumb250.jpg",
    "song": "Gun",
    "track_id": "9a9fc46d-744e-3846-bf17-5794b2cdfe61",
    "recording_id": "681c3e3a-42f7-4d2d-91d9-22f34316b2c7",
    "artist": "7 Year Bitch",
    "artist_ids": [
        "91d06612-5c1e-4278-b40b-b6ce22dc9bb4"
    ],
    "album": "Sick 'Em",
    "release_id": "bfcf2ca6-e730-44aa-bd73-49e0ff770b7f",
    "release_group_id": "c8a331ea-6761-3aca-aad8-3efa9ca2d945",
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "At 7 Year Bitch's first concert, they opened for The Gits, who would prove to have a significant influence on their music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}