Information about plays

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

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

{
    "id": 3620390,
    "uri": "https://api.kexp.org/v2/plays/3620390/?format=api",
    "airdate": "2026-02-21T15:04:46-08:00",
    "show": 65994,
    "show_uri": "https://api.kexp.org/v2/shows/65994/?format=api",
    "image_uri": "https://dn710607.ca.archive.org/0/items/mbid-79ab2158-0eb0-4a54-aa69-fd49311a2aeb/mbid-79ab2158-0eb0-4a54-aa69-fd49311a2aeb-16203888870_thumb500.jpg",
    "thumbnail_uri": "https://dn710607.ca.archive.org/0/items/mbid-79ab2158-0eb0-4a54-aa69-fd49311a2aeb/mbid-79ab2158-0eb0-4a54-aa69-fd49311a2aeb-16203888870_thumb250.jpg",
    "song": "The Opera House",
    "track_id": "b946e087-b7ed-3ec2-9fb8-17779eae4109",
    "recording_id": "50854f52-f89d-4103-8635-288840cae98f",
    "artist": "The Olivia Tremor Control",
    "artist_ids": [
        "d62842be-03d8-414b-a8d6-36f4b3b563ed"
    ],
    "album": "Music From the Unrealized Film Script, Dusk at Cubist Castle",
    "release_id": "79ab2158-0eb0-4a54-aa69-fd49311a2aeb",
    "release_group_id": "47dced12-31a1-3797-ba1d-d2d2c87868d0",
    "labels": [
        "Flydaddy Records"
    ],
    "label_ids": [
        "dcd73d17-b515-4d2e-a459-3da4f94a436b"
    ],
    "release_date": "1996-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}