Information about plays

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

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

{
    "id": 3413222,
    "uri": "https://api.kexp.org/v2/plays/3413222/?format=api",
    "airdate": "2024-10-16T03:01:21-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "3 A.M. Eternal (live at the S.S.L.)",
    "track_id": null,
    "recording_id": "82088e37-4828-436b-a652-786caef6465f",
    "artist": "The KLF",
    "artist_ids": [
        "8092b8b7-235e-4844-9f72-95a9d5a73dbf"
    ],
    "album": "3 A.M. Eternal",
    "release_id": null,
    "release_group_id": "40a131d4-feb0-3789-8d64-ec09ffbe61e8",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1989-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A tribute to Abbie, who's made this a 3AM tradition!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}