Information about plays

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

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

{
    "id": 3572482,
    "uri": "https://api.kexp.org/v2/plays/3572482/?format=api",
    "airdate": "2025-11-01T05:16:03-07:00",
    "show": 64989,
    "show_uri": "https://api.kexp.org/v2/shows/64989/?format=api",
    "image_uri": "https://ia904601.us.archive.org/5/items/mbid-95953cf8-463a-3614-92e2-dd0fe0ac2eb5/mbid-95953cf8-463a-3614-92e2-dd0fe0ac2eb5-38799562751_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-95953cf8-463a-3614-92e2-dd0fe0ac2eb5/mbid-95953cf8-463a-3614-92e2-dd0fe0ac2eb5-38799562751_thumb250.jpg",
    "song": "The Sweetest Chill",
    "track_id": "6489f7e4-e8dc-32fa-8ea7-1fdbedcdfc33",
    "recording_id": "64d9a21d-714c-4e57-8843-2a5b1898fbbf",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Tinderbox",
    "release_id": "95953cf8-463a-3614-92e2-dd0fe0ac2eb5",
    "release_group_id": "9575d8eb-3d5f-4028-af88-0492e17b4898",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}