Information about plays

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

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

{
    "id": 3604060,
    "uri": "https://api.kexp.org/v2/plays/3604060/?format=api",
    "airdate": "2026-01-14T00:29:55-08:00",
    "show": 65644,
    "show_uri": "https://api.kexp.org/v2/shows/65644/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Old Law",
    "track_id": "606611e9-5122-4559-b393-6db08dcc32e5",
    "recording_id": "507b02e5-60f1-4416-a70d-0510d93d97b3",
    "artist": "Father John Misty",
    "artist_ids": [
        "172053e5-a7fb-4548-a64d-c53858b5e775"
    ],
    "album": "The Old Law",
    "release_id": "8d37f3bd-9b9f-4ec9-b73a-24c63cf2b872",
    "release_group_id": "e6d2f596-e7d4-4f86-b543-832d04eaff0c",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2026-01-09",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}