Information about plays

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

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

{
    "id": 3545290,
    "uri": "https://api.kexp.org/v2/plays/3545290/?format=api",
    "airdate": "2025-08-27T01:03:49-07:00",
    "show": 64398,
    "show_uri": "https://api.kexp.org/v2/shows/64398/?format=api",
    "image_uri": "https://dn721808.ca.archive.org/0/items/mbid-a962a296-9458-47b0-aa4d-c570c19d17b3/mbid-a962a296-9458-47b0-aa4d-c570c19d17b3-41982136462_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-a962a296-9458-47b0-aa4d-c570c19d17b3/mbid-a962a296-9458-47b0-aa4d-c570c19d17b3-41982136462_thumb250.jpg",
    "song": "The Sofa",
    "track_id": "34350266-b6ef-4893-aca6-678052d5bb17",
    "recording_id": "ceb0b05d-2da2-497f-8018-0aced91ba797",
    "artist": "Wolf Alice",
    "artist_ids": [
        "3547f34a-db02-4ab7-b4a0-380e1ef951a9"
    ],
    "album": "The Clearing",
    "release_id": "a962a296-9458-47b0-aa4d-c570c19d17b3",
    "release_group_id": "40ef5f61-a3f8-4624-834b-39290ee47ab2",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2025-08-29",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oct. 6th at The Showbox in Seattle! https://www.youtube.com/watch?v=UXOgzXmd5Zo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}