Information about plays

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

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

{
    "id": 3414818,
    "uri": "https://api.kexp.org/v2/plays/3414818/?format=api",
    "airdate": "2024-10-19T21:09:21-07:00",
    "show": 61622,
    "show_uri": "https://api.kexp.org/v2/shows/61622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eyes of Satan",
    "track_id": null,
    "recording_id": "1cf2e11a-57ab-4d53-9f1f-b64f17357d7e",
    "artist": "Pagans",
    "artist_ids": [
        "a51fe669-5d9a-456f-b9b8-8149ed6ca703"
    ],
    "album": "Everybody Hates You",
    "release_id": null,
    "release_group_id": "c80f6773-88ed-3dd5-8185-8ec9a9101b10",
    "labels": [
        "Crypt Records"
    ],
    "label_ids": [
        "1d85980a-80d8-4588-abdc-4ab06469c800"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Pagans guitarist, Mike Hudson who passed away on October 27, 2017 at the age of 61.\n\nhttps://www.facebook.com/ThePagansOfficial/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}