Information about plays

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

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

{
    "id": 3567443,
    "uri": "https://api.kexp.org/v2/plays/3567443/?format=api",
    "airdate": "2025-10-20T03:56:41-07:00",
    "show": 64883,
    "show_uri": "https://api.kexp.org/v2/shows/64883/?format=api",
    "image_uri": "https://ia904601.us.archive.org/9/items/mbid-298c1627-b53a-489f-bd23-7f92f7ae19df/mbid-298c1627-b53a-489f-bd23-7f92f7ae19df-6946047871_thumb500.jpg",
    "thumbnail_uri": "https://ia804601.us.archive.org/9/items/mbid-298c1627-b53a-489f-bd23-7f92f7ae19df/mbid-298c1627-b53a-489f-bd23-7f92f7ae19df-6946047871_thumb250.jpg",
    "song": "Indian Red",
    "track_id": "6d63d597-101e-30b7-a39f-2d406f0498a5",
    "recording_id": "318e8ab4-d28a-41bd-a127-945a563d8d55",
    "artist": "The Wild Tchoupitoulas",
    "artist_ids": [
        "9c2ab74c-76f9-46df-9d40-9a5353520690"
    ],
    "album": "Wild Tchoupitoulas",
    "release_id": "298c1627-b53a-489f-bd23-7f92f7ae19df",
    "release_group_id": "3b7a8f84-e677-38f0-9316-fa932da5f910",
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "release_date": "1991-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Choctaw\n\nThis song live in the streets during Mardi Gras 2015: https://www.youtube.com/watch?v=AOY3lhpIrvY ; https://www.facebook.com/WildTchoupitoulas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}