Information about plays

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

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

{
    "id": 3602963,
    "uri": "https://api.kexp.org/v2/plays/3602963/?format=api",
    "airdate": "2026-01-11T06:49:36-08:00",
    "show": 65621,
    "show_uri": "https://api.kexp.org/v2/shows/65621/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pine",
    "track_id": null,
    "recording_id": null,
    "artist": "Maps and Diagrams",
    "artist_ids": [
        "7441bccd-67f4-4294-90d9-f9fd1bb4a37e"
    ],
    "album": "Music for Trees",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ato.archives"
    ],
    "label_ids": [],
    "release_date": "2026-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sneak peek at the forthcoming release from British artist and Handstitched Records curator Maps and Diagrams (aka Tim Martin) that's part of ato.archives's upcoming batch of Contemporary Environmental Music releases ~ https://atoarchives.bandcamp.com/album/music-for-trees",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}