Information about plays

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

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

{
    "id": 3637130,
    "uri": "https://api.kexp.org/v2/plays/3637130/?format=api",
    "airdate": "2026-04-03T04:01:14-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "https://dn710807.ca.archive.org/0/items/mbid-b798e465-6a8c-44f4-8ee8-efe0f18cbec5/mbid-b798e465-6a8c-44f4-8ee8-efe0f18cbec5-32424630357_thumb500.jpg",
    "thumbnail_uri": "https://dn710807.ca.archive.org/0/items/mbid-b798e465-6a8c-44f4-8ee8-efe0f18cbec5/mbid-b798e465-6a8c-44f4-8ee8-efe0f18cbec5-32424630357_thumb250.jpg",
    "song": "Iran Air",
    "track_id": "8f08d9f3-2bb6-4604-a406-899f71a78eca",
    "recording_id": "10fc2e97-1713-46ab-b222-0856e5558b03",
    "artist": "Hiatus feat. Shura",
    "artist_ids": [
        "3a17adde-9bc0-4d76-aa35-4fe8e46fbeec",
        "6fae7e97-2ea8-47d7-9fe6-a345c9427d83"
    ],
    "album": "Parklands",
    "release_id": "b798e465-6a8c-44f4-8ee8-efe0f18cbec5",
    "release_group_id": "0f8dc568-ae71-4020-b231-c50b45741a43",
    "labels": [
        "Lucky Thunder"
    ],
    "label_ids": [
        "a55d35c3-5074-4f22-933a-75a365df397e"
    ],
    "release_date": "2013-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}