Information about plays

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

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

{
    "id": 3545839,
    "uri": "https://api.kexp.org/v2/plays/3545839/?format=api",
    "airdate": "2025-08-28T10:21:22-07:00",
    "show": 64409,
    "show_uri": "https://api.kexp.org/v2/shows/64409/?format=api",
    "image_uri": "https://ia803404.us.archive.org/28/items/mbid-2ee6f5e7-5039-4385-a632-be92265495f7/mbid-2ee6f5e7-5039-4385-a632-be92265495f7-18752421529_thumb500.jpg",
    "thumbnail_uri": "https://ia803404.us.archive.org/28/items/mbid-2ee6f5e7-5039-4385-a632-be92265495f7/mbid-2ee6f5e7-5039-4385-a632-be92265495f7-18752421529_thumb250.jpg",
    "song": "The Execution of All Things",
    "track_id": "87763955-56c9-3018-badb-a38a068712b8",
    "recording_id": "5a88752c-2dcd-44e1-b64b-c964d94b6c10",
    "artist": "Rilo Kiley",
    "artist_ids": [
        "eaf6a7ca-105d-4a94-ba02-8c3e4040319a"
    ],
    "album": "The Execution of All Things",
    "release_id": "2ee6f5e7-5039-4385-a632-be92265495f7",
    "release_group_id": "2f14f40b-55e5-3955-b458-9479023799fe",
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2002-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rilo Kiley is currently on tour and will be at the Greek Theatre in Berkely on Thurs, Oct 16th!\n\nhttps://www.rilokiley.com/\n\nWatch Rilo Kiley's Jenny Lewis KEXP 2019 live performance here: https://www.youtube.com/watch?v=DTq8xVku5ic",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}