Information about plays

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

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

{
    "id": 3579414,
    "uri": "https://api.kexp.org/v2/plays/3579414/?format=api",
    "airdate": "2025-11-17T13:23:08-08:00",
    "show": 65137,
    "show_uri": "https://api.kexp.org/v2/shows/65137/?format=api",
    "image_uri": "https://dn710204.ca.archive.org/0/items/mbid-b6d33c81-951b-4b8e-83a5-f90c0bdfa25f/mbid-b6d33c81-951b-4b8e-83a5-f90c0bdfa25f-43553646342_thumb500.jpg",
    "thumbnail_uri": "https://dn710204.ca.archive.org/0/items/mbid-b6d33c81-951b-4b8e-83a5-f90c0bdfa25f/mbid-b6d33c81-951b-4b8e-83a5-f90c0bdfa25f-43553646342_thumb250.jpg",
    "song": "Dance On",
    "track_id": "1dff4f25-49ea-4ba2-9e2b-ecaa0a0a60c5",
    "recording_id": "c392219e-14a2-448d-9b66-cf3330d7cf23",
    "artist": "Cassius",
    "artist_ids": [
        "256160e8-37fd-4f8c-a3ef-530ebbaa4b3d"
    ],
    "album": "Dance On",
    "release_id": "b6d33c81-951b-4b8e-83a5-f90c0bdfa25f",
    "release_group_id": "a245e825-927d-45da-a1f2-c5cf0e72ccfb",
    "labels": [
        "Justice",
        "Love Supreme"
    ],
    "label_ids": [
        "6ae40ec5-c227-4f6e-b774-d85055e2112b",
        "747eb9b5-808f-46d0-b558-d56bbb0909a1"
    ],
    "release_date": "2025-10-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.beatsource.com/release/dance-on/2956564",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}