Information about plays

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

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

{
    "id": 3522798,
    "uri": "https://api.kexp.org/v2/plays/3522798/?format=api",
    "airdate": "2025-07-05T01:55:37-07:00",
    "show": 63922,
    "show_uri": "https://api.kexp.org/v2/shows/63922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Garbage",
    "track_id": null,
    "recording_id": "c967f199-fa35-4eb8-b7c9-62da03bc2c02",
    "artist": "Student Nurse",
    "artist_ids": [
        "868fa2f6-3360-4efd-9dc2-f1810d97dc06"
    ],
    "album": "As Seen on TV",
    "release_id": null,
    "release_group_id": "866e43fa-8200-43d2-971d-76018558a47e",
    "labels": [
        "Rug Records"
    ],
    "label_ids": [
        "a189a923-2931-4366-9757-bba8d1d9e500"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Student Nurse was a Seattle punk band active in the early 1980s. Their song “Garbage” appeared on the 1981 compilation Sub Pop 5 – U.S. Underground, one of Sub Pop’s earliest cassette releases documenting the local underground scene.\nStudent Nurse reunited and put out new albums in 2023 & 2024 \nhttps://studentnurse.bandcamp.com/album/safety-last-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}