Information about plays

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

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

{
    "id": 3530886,
    "uri": "https://api.kexp.org/v2/plays/3530886/?format=api",
    "airdate": "2025-07-23T21:38:54-07:00",
    "show": 64094,
    "show_uri": "https://api.kexp.org/v2/shows/64094/?format=api",
    "image_uri": "https://coverartarchive.org/release/4541ec72-36f7-4f72-b83c-169f79f03223/36917042142-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4541ec72-36f7-4f72-b83c-169f79f03223/36917042142-250.jpg",
    "song": "The Devil",
    "track_id": null,
    "recording_id": "83ab2ab8-9f63-45a7-a42d-db0f7f7aed68",
    "artist": "Kadabra",
    "artist_ids": [
        "4723154a-2aac-4720-9e6e-fe403944704c"
    ],
    "album": "Umbra",
    "release_id": null,
    "release_group_id": "e35c3561-0a7c-4cb3-8cf0-460729dafd2a",
    "labels": [
        "Heavy Psych Sounds"
    ],
    "label_ids": [
        "a1daa58a-e76d-4fbe-839e-9d3184aac703"
    ],
    "release_date": "2023-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"heavy psych,stoner, retro rock, 70, vintage rock,psychedelic rock, proto rock, sludge, doom\"\n\nheavypsychsounds.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}