Information about plays

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

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

{
    "id": 3622708,
    "uri": "https://api.kexp.org/v2/plays/3622708/?format=api",
    "airdate": "2026-02-26T19:54:09-08:00",
    "show": 66038,
    "show_uri": "https://api.kexp.org/v2/shows/66038/?format=api",
    "image_uri": "https://coverartarchive.org/release/b709683b-5534-4480-b005-328e04132624/30505356808-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b709683b-5534-4480-b005-328e04132624/30505356808-250.jpg",
    "song": "Uneasy",
    "track_id": null,
    "recording_id": "d4486c74-e125-463f-9fc0-b028bd58db0c",
    "artist": "Metronomy x spill tab",
    "artist_ids": [
        "93eb7110-0bc9-4d3f-816b-4b52ef982ec8",
        "12f8b9d5-fd3f-4182-8a3f-bbd517c709cf"
    ],
    "album": "Posse, Volume 1",
    "release_id": null,
    "release_group_id": "66c08bd2-428c-4db8-9d05-94ff364ab4ac",
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2021-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "EP from Metronomy, and their first focusing on collaborations -- including tracks with Pinty, Biig Piig, Sorry, Brian Nasty, Folly Group, and this jazzy track with spill tab!\n\nCheck it out here:\nhttps://metronomy.bandcamp.com/album/posse-ep-volume-1\n\nAlso catch spill tab on tour!\n- 3/2 - Fox Cabaret - Vancouver, BC\n- 3/3 - Barboza - Seattle, WA\n- 3/4 - Holocene - Portland, OR\n- 3/6 - Cafe Du Nord - San Francisco, CA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}