Information about plays

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

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

{
    "id": 3566593,
    "uri": "https://api.kexp.org/v2/plays/3566593/?format=api",
    "airdate": "2025-10-18T02:52:17-07:00",
    "show": 64862,
    "show_uri": "https://api.kexp.org/v2/shows/64862/?format=api",
    "image_uri": "https://coverartarchive.org/release/3efa842a-208f-40f5-9b5b-a55fef69b54a/41625216395-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3efa842a-208f-40f5-9b5b-a55fef69b54a/41625216395-250.jpg",
    "song": "Emptiness",
    "track_id": null,
    "recording_id": "85063dce-bf4b-4db7-ae0b-7e40ad12cbdf",
    "artist": "Trevor Something",
    "artist_ids": [
        "5e114cdf-10f8-4d0b-a974-4b86491b1c7e"
    ],
    "album": "The Shadow",
    "release_id": null,
    "release_group_id": "16053fba-79af-4729-98f5-69ce0b2ba874",
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Miami - https://trevorsomething.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}