Information about plays

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

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

{
    "id": 3500785,
    "uri": "https://api.kexp.org/v2/plays/3500785/?format=api",
    "airdate": "2025-05-13T09:23:07-07:00",
    "show": 63449,
    "show_uri": "https://api.kexp.org/v2/shows/63449/?format=api",
    "image_uri": "https://ia904600.us.archive.org/12/items/mbid-44017e61-b130-4ec7-bb24-d63d79c62eb8/mbid-44017e61-b130-4ec7-bb24-d63d79c62eb8-18455543940_thumb500.jpg",
    "thumbnail_uri": "https://ia804600.us.archive.org/12/items/mbid-44017e61-b130-4ec7-bb24-d63d79c62eb8/mbid-44017e61-b130-4ec7-bb24-d63d79c62eb8-18455543940_thumb250.jpg",
    "song": "Head Over Heels",
    "track_id": "e96a4c84-cc13-42f7-8658-191f73f3d714",
    "recording_id": "7235fd1a-f523-497c-b326-648501f79af8",
    "artist": "Go‐Go’s",
    "artist_ids": [
        "eec163e4-a013-4af0-9641-c5b2df41fff7"
    ],
    "album": "Talk Show",
    "release_id": "44017e61-b130-4ec7-bb24-d63d79c62eb8",
    "release_group_id": "fddd435a-4f4a-3b25-ae67-0f059e5183d7",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Julie in Seattle: Go-Go's on-->close office blinds, push away the chair, and dance!\n--\nPeeps, The Go-Go's and Frightwig are playing The Warfield in San Fransisco tonight. Who's going?\n--\nAs an aside, no, I did not get the claps right, again. - Owen",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}