Information about plays

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

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

{
    "id": 3545337,
    "uri": "https://api.kexp.org/v2/plays/3545337/?format=api",
    "airdate": "2025-08-27T03:24:10-07:00",
    "show": 64398,
    "show_uri": "https://api.kexp.org/v2/shows/64398/?format=api",
    "image_uri": "https://ia903207.us.archive.org/34/items/mbid-0e8df420-5ec3-46a8-aca1-b526333a9be7/mbid-0e8df420-5ec3-46a8-aca1-b526333a9be7-42294112282_thumb500.jpg",
    "thumbnail_uri": "https://dn721706.ca.archive.org/0/items/mbid-0e8df420-5ec3-46a8-aca1-b526333a9be7/mbid-0e8df420-5ec3-46a8-aca1-b526333a9be7-42294112282_thumb250.jpg",
    "song": "Goodbye",
    "track_id": "e8be7395-ba04-3988-ab39-adde4654a12d",
    "recording_id": "b844904e-b2e5-4e22-a29c-bbda7138dbbb",
    "artist": "Apparat feat. Soap&Skin",
    "artist_ids": [
        "dc3dbfc1-f1f1-49c6-9d7c-425fabf3ae12",
        "93cf754c-6bdc-4b05-96b5-f210a7936af6"
    ],
    "album": "The Devil's Walk",
    "release_id": "0e8df420-5ec3-46a8-aca1-b526333a9be7",
    "release_group_id": "13d2eaea-a8ee-449b-b3bb-79b123802a5e",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2011-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Also, the theme song for Netflix's Dark. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}