Information about plays

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

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

{
    "id": 3566568,
    "uri": "https://api.kexp.org/v2/plays/3566568/?format=api",
    "airdate": "2025-10-18T01:25:04-07:00",
    "show": 64862,
    "show_uri": "https://api.kexp.org/v2/shows/64862/?format=api",
    "image_uri": "https://coverartarchive.org/release/fb5f3f9d-60bf-47cb-8097-3d0810f0bf8d/35711622704-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fb5f3f9d-60bf-47cb-8097-3d0810f0bf8d/35711622704-250.jpg",
    "song": "Hide & Sick",
    "track_id": null,
    "recording_id": null,
    "artist": "Years of Denial",
    "artist_ids": [
        "6b63d15d-10d1-45ff-a59d-966a5f093b6f"
    ],
    "album": "Love Cuts EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Now with added years of denial - https://yearsofdenial.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}