Information about plays

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

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

{
    "id": 3525017,
    "uri": "https://api.kexp.org/v2/plays/3525017/?format=api",
    "airdate": "2025-07-10T04:29:05-07:00",
    "show": 63970,
    "show_uri": "https://api.kexp.org/v2/shows/63970/?format=api",
    "image_uri": "https://coverartarchive.org/release/2ec8b1c6-e972-4c1a-9d9a-62a17af3606a/41731132353-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2ec8b1c6-e972-4c1a-9d9a-62a17af3606a/41731132353-250.jpg",
    "song": "Lazarus",
    "track_id": null,
    "recording_id": "219c5785-7999-4daa-ab83-8193e80a4c17",
    "artist": "Kamasi Washington",
    "artist_ids": [
        "c7a3e868-c6d8-4512-a5ef-f6cbe42899b0"
    ],
    "album": "Lazarus (Adult Swim Original Series Soundtrack)",
    "release_id": null,
    "release_group_id": "d8181bf2-8d44-4b50-a585-33a5578ed1a2",
    "labels": [
        "Cartoon Network"
    ],
    "label_ids": [
        "c7f78cf5-80e9-489d-bd9a-ba14c8699266"
    ],
    "release_date": "2025-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off 1 of 3 Soundtracks to this new series -- https://www.max.com/shows/lazarus/7479ef42-c1ac-4473-854e-5a5c35894e35",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}