Information about plays

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

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

{
    "id": 3600391,
    "uri": "https://api.kexp.org/v2/plays/3600391/?format=api",
    "airdate": "2026-01-05T00:49:05-08:00",
    "show": 65566,
    "show_uri": "https://api.kexp.org/v2/shows/65566/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Disco Juice (re‐edit)",
    "track_id": null,
    "recording_id": "a427a3d1-9340-42a5-b11c-fef44f9d7a78",
    "artist": "Cloud One",
    "artist_ids": [
        "7ec1d443-ba44-4009-86c3-e182b95f1f7a"
    ],
    "album": "Super Disco (original disco & soul from Harlem’s P&P Records)",
    "release_id": null,
    "release_group_id": "0f8cd2aa-f45f-4286-a802-2fea4f81b2b9",
    "labels": [
        "Landspeed Records"
    ],
    "label_ids": [
        "4c294adf-cc00-497f-aa1d-d67d1cbe5e09"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}