Information about plays

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

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

{
    "id": 3519793,
    "uri": "https://api.kexp.org/v2/plays/3519793/?format=api",
    "airdate": "2025-06-28T04:15:42-07:00",
    "show": 63856,
    "show_uri": "https://api.kexp.org/v2/shows/63856/?format=api",
    "image_uri": "https://dn721904.ca.archive.org/0/items/mbid-1e0bc53e-4a97-3b5b-b05c-fcfbd8cb2452/mbid-1e0bc53e-4a97-3b5b-b05c-fcfbd8cb2452-38617941886_thumb500.jpg",
    "thumbnail_uri": "https://ia800304.us.archive.org/1/items/mbid-1e0bc53e-4a97-3b5b-b05c-fcfbd8cb2452/mbid-1e0bc53e-4a97-3b5b-b05c-fcfbd8cb2452-38617941886_thumb250.jpg",
    "song": "Happy House",
    "track_id": "548857c9-917b-3cc5-baa1-43b7db504cd3",
    "recording_id": "4c60831c-398c-4640-b4d2-55227a8468f8",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Kaleidoscope",
    "release_id": "1e0bc53e-4a97-3b5b-b05c-fcfbd8cb2452",
    "release_group_id": "179b14ab-25c6-3b3b-bb03-1e894e475a1d",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2006-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}