Information about plays

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

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

{
    "id": 3421671,
    "uri": "https://api.kexp.org/v2/plays/3421671/?format=api",
    "airdate": "2024-11-05T09:27:09-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://coverartarchive.org/release/d718298d-3b67-4538-8067-657058f4cfd0/29280679750-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d718298d-3b67-4538-8067-657058f4cfd0/29280679750-250.jpg",
    "song": "Rise Above",
    "track_id": null,
    "recording_id": "aff08032-4540-45c4-b047-1d7c4d8edeaf",
    "artist": "Black Flag",
    "artist_ids": [
        "9941a936-196a-4a62-ae53-a69cbc33f20e"
    ],
    "album": "Damaged",
    "release_id": null,
    "release_group_id": "2cf40300-0f67-3136-9b84-57104f1f7a50",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1981-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "TRACEY, AMPLIFIER IN SEATTLE \nGO JOHN GO! DON'T STOP! GIVE ME ENERGY TO TEACH TODAY! OH, AND DROP OFF MY BALLOT BEFORE TEACHING MY IMMIGRANT STUDENTS ABOUT THIS ELECTION! \n==\nTHANKS TRACEY! WHY ARE WE YELLING? Ahem.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}