Information about plays

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

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

{
    "id": 3545331,
    "uri": "https://api.kexp.org/v2/plays/3545331/?format=api",
    "airdate": "2025-08-27T03:05:33-07:00",
    "show": 64398,
    "show_uri": "https://api.kexp.org/v2/shows/64398/?format=api",
    "image_uri": "https://ia803203.us.archive.org/18/items/mbid-cfa2a2f2-d704-47b8-8326-7243bd472f13/mbid-cfa2a2f2-d704-47b8-8326-7243bd472f13-16208734360_thumb500.jpg",
    "thumbnail_uri": "https://ia803203.us.archive.org/18/items/mbid-cfa2a2f2-d704-47b8-8326-7243bd472f13/mbid-cfa2a2f2-d704-47b8-8326-7243bd472f13-16208734360_thumb250.jpg",
    "song": "On Hold",
    "track_id": "5a74e990-808e-420c-8456-caa21d4c8f77",
    "recording_id": "9be6c472-24b2-4d33-a07e-f6e52fed367c",
    "artist": "The xx",
    "artist_ids": [
        "c5c2ea1c-4bde-4f4d-bd0b-47b200bf99d6"
    ],
    "album": "I See You",
    "release_id": "cfa2a2f2-d704-47b8-8326-7243bd472f13",
    "release_group_id": "8f7e23d4-8b15-491f-b006-4a9ff5a41229",
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2017-01-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The unmistakable voice of Romy with Jamie XX.  From their 3rd album.  \nhttps://thexx.info/\n \nCheck out their Live at KEXP session here. https://www.youtube.com/watch?v=QGkhlIC9wEI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}