Information about plays

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

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

{
    "id": 3639673,
    "uri": "https://api.kexp.org/v2/plays/3639673/?format=api",
    "airdate": "2026-04-09T01:29:54-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/0fbb1443-86b4-4fd5-829a-4620386e1ff7/28243512694-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0fbb1443-86b4-4fd5-829a-4620386e1ff7/28243512694-250.jpg",
    "song": "Frontier Psychiatrist",
    "track_id": null,
    "recording_id": "ea8095ef-700b-4a06-9f40-9b22120c3d32",
    "artist": "The Avalanches",
    "artist_ids": [
        "a6623d39-2d8e-4f70-8242-0a9553b91e50"
    ],
    "album": "Since I Left You",
    "release_id": null,
    "release_group_id": "28438e4f-3710-459f-a332-a1eba9dd1f26",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2000-11-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for 'Frontier Psychiatrist' which shows in a creative way all the samples the Australian-based electronic group used for the track here: https://www.youtube.com/watch?v=qLrnkK2YEcE\n\nhttps://www.theavalanches.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}