Information about plays

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

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

{
    "id": 3539480,
    "uri": "https://api.kexp.org/v2/plays/3539480/?format=api",
    "airdate": "2025-08-13T05:58:15-07:00",
    "show": 64276,
    "show_uri": "https://api.kexp.org/v2/shows/64276/?format=api",
    "image_uri": "https://dn721207.ca.archive.org/0/items/mbid-6a9f0189-efd3-47cc-8b58-8cd418ca03d1/mbid-6a9f0189-efd3-47cc-8b58-8cd418ca03d1-22160698906_thumb500.jpg",
    "thumbnail_uri": "https://dn721207.ca.archive.org/0/items/mbid-6a9f0189-efd3-47cc-8b58-8cd418ca03d1/mbid-6a9f0189-efd3-47cc-8b58-8cd418ca03d1-22160698906_thumb250.jpg",
    "song": "Crazy Blues",
    "track_id": "1d78a673-978b-314f-b872-e865c886dcea",
    "recording_id": "262ebd86-d5e5-4401-83cb-c6171cbcb62c",
    "artist": "Mamie Smith",
    "artist_ids": [
        "918aef2a-cce5-4747-a0f0-c33a8ec299cb"
    ],
    "album": "The Rough Guide to the Blues",
    "release_id": "6a9f0189-efd3-47cc-8b58-8cd418ca03d1",
    "release_group_id": "b3bb4408-0d84-3e48-a1f5-81190a5f91a3",
    "labels": [
        "World Music Network"
    ],
    "label_ids": [
        "b1de0cf1-6c3f-4f61-a846-e321a5beb73a"
    ],
    "release_date": "2007-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In honor of Eva's time playing at the Monroe Correctional Complex \n\nLearn more about the history of Mamie Smith's song \"Crazy Blues\" from the National Recording Preservation Board: https://www.loc.gov/static/programs/national-recording-preservation-board/documents/CrazyBlues.pdf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}