Information about plays

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

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

{
    "id": 3561733,
    "uri": "https://api.kexp.org/v2/plays/3561733/?format=api",
    "airdate": "2025-10-05T18:27:12-07:00",
    "show": 64756,
    "show_uri": "https://api.kexp.org/v2/shows/64756/?format=api",
    "image_uri": "https://coverartarchive.org/release/39f524dd-4ca8-489b-a553-b5b41a67c35c/39104287307-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/39f524dd-4ca8-489b-a553-b5b41a67c35c/39104287307-250.jpg",
    "song": "Dancer's Theme",
    "track_id": null,
    "recording_id": null,
    "artist": "Ronnie April’s Positive Energy",
    "artist_ids": [
        "d3f8195c-6a1e-4c32-a654-5dc9dc8023c4"
    ],
    "album": "Ronnie April’s Positive Energy, Volume 1",
    "release_id": null,
    "release_group_id": "cf7eddf2-995e-42a5-809b-54a9d7f5f8f5",
    "labels": [
        "Jude Record Company, Inc."
    ],
    "label_ids": [
        "94a7695a-269f-4333-90f5-5d76418b0a42"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ronnie April released \"Dancer's Theme\" in 1982 on the album Ronnie April’s Positive Energy, Volume 1.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}