Information about plays

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

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

{
    "id": 3617214,
    "uri": "https://api.kexp.org/v2/plays/3617214/?format=api",
    "airdate": "2026-02-14T03:03:33-08:00",
    "show": 65927,
    "show_uri": "https://api.kexp.org/v2/shows/65927/?format=api",
    "image_uri": "https://dn710003.ca.archive.org/0/items/mbid-c1eb492f-5687-4b28-a90a-76ee703ea8ed/mbid-c1eb492f-5687-4b28-a90a-76ee703ea8ed-38320879321_thumb500.jpg",
    "thumbnail_uri": "https://dn710003.ca.archive.org/0/items/mbid-c1eb492f-5687-4b28-a90a-76ee703ea8ed/mbid-c1eb492f-5687-4b28-a90a-76ee703ea8ed-38320879321_thumb250.jpg",
    "song": "Mr. Pharmacist",
    "track_id": "80c942bd-9b03-37a4-ac47-d09ada57f7d4",
    "recording_id": "8a02bfc7-6a12-4016-96ea-2f26a7488a5d",
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "458489 A Sides",
    "release_id": "1fcfc15d-e5be-306a-924e-9cff16edefa5",
    "release_group_id": "f8038069-48fd-3845-bd4a-62d641771f59",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1994-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}