Information about plays

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

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

{
    "id": 3547935,
    "uri": "https://api.kexp.org/v2/plays/3547935/?format=api",
    "airdate": "2025-09-02T09:33:44-07:00",
    "show": 64453,
    "show_uri": "https://api.kexp.org/v2/shows/64453/?format=api",
    "image_uri": "https://ia801505.us.archive.org/5/items/mbid-851a06ef-6149-4dbd-8239-de2077786140/mbid-851a06ef-6149-4dbd-8239-de2077786140-28840172133_thumb500.jpg",
    "thumbnail_uri": "https://ia601505.us.archive.org/5/items/mbid-851a06ef-6149-4dbd-8239-de2077786140/mbid-851a06ef-6149-4dbd-8239-de2077786140-28840172133_thumb250.jpg",
    "song": "Between Stars",
    "track_id": "86ce3754-63dc-3470-96de-ff1ef362d690",
    "recording_id": "5432b2a9-4fef-447d-97a8-195d3c093b8d",
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Barking",
    "release_id": "851a06ef-6149-4dbd-8239-de2077786140",
    "release_group_id": "065f6c1d-a858-41ef-b7ff-a9f508ec58f9",
    "labels": [
        "Traffic Inc."
    ],
    "label_ids": [
        "2173bd4b-f9d7-4949-b8e7-e492b48e7e48"
    ],
    "release_date": "2010-09-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album 'Barking' by Underworld was released 15 years ago today !\n\nBarking is the eighth studio album by British electronic group Underworld.\nhttps://www.underworldlive.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}