Information about plays

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

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

{
    "id": 3548239,
    "uri": "https://api.kexp.org/v2/plays/3548239/?format=api",
    "airdate": "2025-09-03T02:01:44-07:00",
    "show": 64460,
    "show_uri": "https://api.kexp.org/v2/shows/64460/?format=api",
    "image_uri": "https://ia800203.us.archive.org/13/items/mbid-527e0480-5c9d-4730-8812-e1ef4ab40286/mbid-527e0480-5c9d-4730-8812-e1ef4ab40286-39260166766_thumb500.jpg",
    "thumbnail_uri": "https://ia600203.us.archive.org/13/items/mbid-527e0480-5c9d-4730-8812-e1ef4ab40286/mbid-527e0480-5c9d-4730-8812-e1ef4ab40286-39260166766_thumb250.jpg",
    "song": "Bazo Banga",
    "track_id": "583c90fb-ea76-4ac1-97a8-9420baa755e9",
    "recording_id": "83251b29-1661-462c-b4f4-a0413b362d7b",
    "artist": "KOKOKO!",
    "artist_ids": [
        "6983949c-bea5-4231-b7e7-09c4b1ead6fc"
    ],
    "album": "Butu",
    "release_id": "527e0480-5c9d-4730-8812-e1ef4ab40286",
    "release_group_id": "d1ddc18a-214d-4f50-8460-7b636b69e5af",
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2024-07-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "live on KEXP: https://www.youtube.com/watch?v=eYdP5csCC3E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}