Information about plays

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

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

{
    "id": 3545573,
    "uri": "https://api.kexp.org/v2/plays/3545573/?format=api",
    "airdate": "2025-08-27T17:47:46-07:00",
    "show": 64403,
    "show_uri": "https://api.kexp.org/v2/shows/64403/?format=api",
    "image_uri": "https://ia601409.us.archive.org/6/items/mbid-6d4e53b2-82d1-4154-907d-00f243284f2b/mbid-6d4e53b2-82d1-4154-907d-00f243284f2b-34996504978_thumb500.jpg",
    "thumbnail_uri": "https://ia801409.us.archive.org/6/items/mbid-6d4e53b2-82d1-4154-907d-00f243284f2b/mbid-6d4e53b2-82d1-4154-907d-00f243284f2b-34996504978_thumb250.jpg",
    "song": "Well Done",
    "track_id": "8186a351-9e6c-42c8-92a5-07153812e668",
    "recording_id": "4bc45a27-d23a-4186-9721-2e81b1c6cb9c",
    "artist": "IDLES",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af"
    ],
    "album": "Brutalism",
    "release_id": "6d4e53b2-82d1-4154-907d-00f243284f2b",
    "release_group_id": "d9482256-62b0-4409-b60f-9f52ff00ea4b",
    "labels": [
        "Balley Records"
    ],
    "label_ids": [
        "e9d7aa6a-b29d-4dd8-a4e9-866fb663f970"
    ],
    "release_date": "2017-02-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Siobhan!\n\"Hello from Asbury Park. I've been an Amplifier for a few years now, and I'm so grateful for KEXP'S  open support for mental health issues, the You're Not Alone messaging, and for introducing me to IDLES. If you can, please play anything from IDLES- maybe Well Done because that's how I'm feeling about the programming today.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}