Information about plays

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

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

{
    "id": 3603111,
    "uri": "https://api.kexp.org/v2/plays/3603111/?format=api",
    "airdate": "2026-01-11T15:15:56-08:00",
    "show": 65624,
    "show_uri": "https://api.kexp.org/v2/shows/65624/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lights Out (HAAi remix)",
    "track_id": "b8946c00-5fc1-4957-be97-d2179b43126f",
    "recording_id": "059d8e12-71c6-482d-a34b-47ff8375238d",
    "artist": "Fred again..",
    "artist_ids": [
        "bca46a0c-25c9-42ca-98c2-e64c8a5e337e"
    ],
    "album": "USB",
    "release_id": "58916346-7f43-4804-8a14-471f25d06afe",
    "release_group_id": "0d223bf8-1096-4cc5-adb5-df6123f676d1",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2025-12-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}