Information about plays

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

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

{
    "id": 3589264,
    "uri": "https://api.kexp.org/v2/plays/3589264/?format=api",
    "airdate": "2025-12-10T08:13:31-08:00",
    "show": 65338,
    "show_uri": "https://api.kexp.org/v2/shows/65338/?format=api",
    "image_uri": "https://coverartarchive.org/release/c178813d-4968-484e-85d9-de48f94d1655/43469613122-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c178813d-4968-484e-85d9-de48f94d1655/43469613122-250.jpg",
    "song": "Telegram Sam",
    "track_id": null,
    "recording_id": "2cda47ec-ea1a-4723-ae29-ede352c366a8",
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "Telegram Sam",
    "release_id": null,
    "release_group_id": "19f04787-bffe-45d9-814b-21c4c6e89b32",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1980-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi John at KEXP, it's Leah from Tsawwassen in British Columbia, Canada saying hello & can you play something from Bauhaus to wake me up. I have to be in school by 8:45 :)\n\nI am 7 years old. I love dragons\n\n----------------\n     . \n .>   )\\;`a__\n(  _ _)/ /-.\" ~~\n `( )_ )/\n  <_  <_",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}