Information about plays

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

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

{
    "id": 3551434,
    "uri": "https://api.kexp.org/v2/plays/3551434/?format=api",
    "airdate": "2025-09-10T21:41:13-07:00",
    "show": 64528,
    "show_uri": "https://api.kexp.org/v2/shows/64528/?format=api",
    "image_uri": "https://coverartarchive.org/release/4bf9efac-4f64-453e-94b3-271f3bd58e90/36580514217-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4bf9efac-4f64-453e-94b3-271f3bd58e90/36580514217-250.jpg",
    "song": "Part 1 - The Cosmic Bypass",
    "track_id": null,
    "recording_id": "b433a9cf-bd31-44bb-989b-e408681c356d",
    "artist": "Angel Bat Dawid",
    "artist_ids": [
        "b48d7422-680f-495e-9c98-fdbdfe76807a"
    ],
    "album": "Red Hot & Ra: Nuclear War",
    "release_id": null,
    "release_group_id": "2821bacf-8f57-4d18-9d7a-3ffc1d284c83",
    "labels": [
        "Red Hot Organization"
    ],
    "label_ids": [
        "c0b03b5b-8ab6-4009-80da-277affa88056"
    ],
    "release_date": "2023-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://redhot.bandcamp.com/album/red-hot-ra-nuclear-war-album-feat-georgia-anne-muldrow-irreversible-entanglements-angel-bat-dawid-malcolm-jiyane-tree-o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}