Information about plays

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

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

{
    "id": 3594518,
    "uri": "https://api.kexp.org/v2/plays/3594518/?format=api",
    "airdate": "2025-12-22T15:10:51-08:00",
    "show": 65449,
    "show_uri": "https://api.kexp.org/v2/shows/65449/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Believe in Father Christmas",
    "track_id": null,
    "recording_id": "6bcf6df1-a32d-4e9a-abfb-76f580de5e53",
    "artist": "Emerson, Lake & Palmer",
    "artist_ids": [
        "ad996aef-cc1c-42ac-af5c-619c370f4b8a"
    ],
    "album": "The Atlantic Years",
    "release_id": null,
    "release_group_id": "c1b8f428-5fdb-3f30-9c44-23322757b2b6",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1992-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Believe in Father Christmas\" was intended as an anti-commercial Christmas song about losing childhood innocence, not a typical festive tune, but became a holiday classic!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}