Information about plays

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

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

{
    "id": 3417786,
    "uri": "https://api.kexp.org/v2/plays/3417786/?format=api",
    "airdate": "2024-10-27T03:09:38-07:00",
    "show": 61685,
    "show_uri": "https://api.kexp.org/v2/shows/61685/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Night of the Living Death",
    "track_id": null,
    "recording_id": "3ff267cc-f3e8-4a24-9051-877a28cf30e5",
    "artist": "Black Death",
    "artist_ids": [
        "541e4df6-1148-4def-b69a-8b69005c2237"
    ],
    "album": "Black Death",
    "release_id": null,
    "release_group_id": "7b0b36d1-99d5-33c1-aa2a-f7cd4e1504a9",
    "labels": [
        "Auburn Records"
    ],
    "label_ids": [
        "362d2ed3-7466-4a19-971a-79bb0002a14f"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1977, Black Death is one of the earliest known all African-American metal bands. \n\nA special color vinyl edition of this album with a bonus 7\" is available via Hell's Headbangers:\n\n https://black-death.bandcamp.com/album/black-death",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}