Information about plays

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

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

{
    "id": 3639557,
    "uri": "https://api.kexp.org/v2/plays/3639557/?format=api",
    "airdate": "2026-04-08T18:15:23-07:00",
    "show": 66401,
    "show_uri": "https://api.kexp.org/v2/shows/66401/?format=api",
    "image_uri": "https://dn710908.ca.archive.org/0/items/mbid-c6ead28b-f11f-4d40-9d4a-772708bfb254/mbid-c6ead28b-f11f-4d40-9d4a-772708bfb254-21066901849_thumb500.jpg",
    "thumbnail_uri": "https://dn710908.ca.archive.org/0/items/mbid-c6ead28b-f11f-4d40-9d4a-772708bfb254/mbid-c6ead28b-f11f-4d40-9d4a-772708bfb254-21066901849_thumb250.jpg",
    "song": "Bassackwards",
    "track_id": "27d6c5aa-49be-4230-9f44-60141ebcf5b2",
    "recording_id": "08d4cdda-3040-4904-990f-10b960f965e3",
    "artist": "Kurt Vile",
    "artist_ids": [
        "e07a111e-4e8a-4651-a849-01ac60551ab2"
    ],
    "album": "Bottle It In",
    "release_id": "c6ead28b-f11f-4d40-9d4a-772708bfb254",
    "release_group_id": "2497ecd5-22e0-495b-a35c-cd3079c5b4ff",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2018-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Russell! \n--- \nKurt Vile and the Violaters just announced a tour and will be stopping by Seattle's 5th Ave Theatre on July 3. Not in Seattle? Check out all the other cities they will be visiting! \nhttps://www.kurtvile.com/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}