Information about plays

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

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

{
    "id": 3523405,
    "uri": "https://api.kexp.org/v2/plays/3523405/?format=api",
    "airdate": "2025-07-06T09:51:00-07:00",
    "show": 63937,
    "show_uri": "https://api.kexp.org/v2/shows/63937/?format=api",
    "image_uri": "https://ia803406.us.archive.org/34/items/mbid-f2d6cf00-ef19-47a5-b093-eee06e221c11/mbid-f2d6cf00-ef19-47a5-b093-eee06e221c11-36226994104_thumb500.jpg",
    "thumbnail_uri": "https://ia803406.us.archive.org/34/items/mbid-f2d6cf00-ef19-47a5-b093-eee06e221c11/mbid-f2d6cf00-ef19-47a5-b093-eee06e221c11-36226994104_thumb250.jpg",
    "song": "Ready or Not",
    "track_id": "88420c24-e79a-4be6-b366-ba231c3cb211",
    "recording_id": "926a30c7-0699-432f-affa-2766fba25259",
    "artist": "Shakey Graves feat. Sierra Ferrell",
    "artist_ids": [
        "4a27848e-ffdc-45d2-bed4-f5d62b85dc3e",
        "24ca022c-653e-4379-812a-71f729b900ef"
    ],
    "album": "Movie of the Week",
    "release_id": "f2d6cf00-ef19-47a5-b093-eee06e221c11",
    "release_group_id": "26081fbe-cc4f-4cf7-b871-a17705b9862c",
    "labels": [
        "Dualtone"
    ],
    "label_ids": [
        "75791605-acff-455b-930c-3d9dfacdd902"
    ],
    "release_date": "2023-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shakey Graves is a multi-disciplinarian from Austin, Texas.\n\nhttps://www.shakeygraves.com/\nhttps://www.allmusic.com/artist/shakey-graves-mn0002655974",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}