Information about plays

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

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

{
    "id": 3629995,
    "uri": "https://api.kexp.org/v2/plays/3629995/?format=api",
    "airdate": "2026-03-17T02:58:54-07:00",
    "show": 66203,
    "show_uri": "https://api.kexp.org/v2/shows/66203/?format=api",
    "image_uri": "https://coverartarchive.org/release/2f4b0aba-1cb5-4846-88a4-9b1641b0152e/32810014105-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2f4b0aba-1cb5-4846-88a4-9b1641b0152e/32810014105-250.jpg",
    "song": "Amphibious Centurions",
    "track_id": null,
    "recording_id": "6c751984-8b34-4731-a5f3-eef1da832243",
    "artist": "Low End Activist",
    "artist_ids": [
        "2aa11716-178c-4ad5-8583-001ab3a65a06"
    ],
    "album": "Hostile Utopia",
    "release_id": null,
    "release_group_id": "dbf32ece-bb3d-47c1-af61-798c680207bb",
    "labels": [
        "Sneaker Social Club"
    ],
    "label_ids": [
        "0aacb893-cca5-4855-8241-c7dcec70d3dc"
    ],
    "release_date": "2022-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Low End Activist is UK-born, Germany-based producer Larry Edgar Anderson.\n\nhttps://lowendactivist.bandcamp.com/album/hostile-utopia-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}