Information about plays

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

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

{
    "id": 3598784,
    "uri": "https://api.kexp.org/v2/plays/3598784/?format=api",
    "airdate": "2026-01-01T10:40:45-08:00",
    "show": 65532,
    "show_uri": "https://api.kexp.org/v2/shows/65532/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hollywood Forever Cemetery Sings",
    "track_id": "5be1066b-1221-3f37-9c2b-79e4be93999d",
    "recording_id": "44f4d675-191a-4140-a8d3-b65d0e7062d5",
    "artist": "Father John Misty",
    "artist_ids": [
        "172053e5-a7fb-4548-a64d-c53858b5e775"
    ],
    "album": "Fear Fun",
    "release_id": "da07a173-bf3d-4e7e-995d-ce473ce83030",
    "release_group_id": "d76ee58c-cabb-4aec-b793-326ce29a7d65",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2012-05-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}