Information about plays

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

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

{
    "id": 3583119,
    "uri": "https://api.kexp.org/v2/plays/3583119/?format=api",
    "airdate": "2025-11-26T06:12:59-08:00",
    "show": 65213,
    "show_uri": "https://api.kexp.org/v2/shows/65213/?format=api",
    "image_uri": "https://dn710308.ca.archive.org/0/items/mbid-456ad23e-422e-4606-a6bf-e6f78bef3fe1/mbid-456ad23e-422e-4606-a6bf-e6f78bef3fe1-30975558253_thumb500.jpg",
    "thumbnail_uri": "https://dn710308.ca.archive.org/0/items/mbid-456ad23e-422e-4606-a6bf-e6f78bef3fe1/mbid-456ad23e-422e-4606-a6bf-e6f78bef3fe1-30975558253_thumb250.jpg",
    "song": "Mushroom Festival in Hell",
    "track_id": "9acb1312-a6ba-3239-8988-4f230dfff786",
    "recording_id": "3718020c-e589-4c83-aa0e-7d76655b2177",
    "artist": "Ween",
    "artist_ids": [
        "c0eee88b-47f2-4cd2-ac48-a045e902a432"
    ],
    "album": "GodWeenSatan: The Oneness",
    "release_id": "456ad23e-422e-4606-a6bf-e6f78bef3fe1",
    "release_group_id": "f65e2443-6b24-31ac-9add-4fcf3274d4f4",
    "labels": [
        "Twin/Tone Records"
    ],
    "label_ids": [
        "f551f46d-961e-447c-b88b-8117827cb251"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request by Jef in St.Paul!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}