Information about plays

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

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

{
    "id": 3581651,
    "uri": "https://api.kexp.org/v2/plays/3581651/?format=api",
    "airdate": "2025-11-22T21:52:48-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://ia600504.us.archive.org/27/items/mbid-5acbc9cb-6bb7-481b-9999-d2aa172b0478/mbid-5acbc9cb-6bb7-481b-9999-d2aa172b0478-28302143293_thumb500.jpg",
    "thumbnail_uri": "https://ia800504.us.archive.org/27/items/mbid-5acbc9cb-6bb7-481b-9999-d2aa172b0478/mbid-5acbc9cb-6bb7-481b-9999-d2aa172b0478-28302143293_thumb250.jpg",
    "song": "Another Shot of Whiskey",
    "track_id": "e505b018-a189-3608-962d-2f3a683f20b2",
    "recording_id": "64408e8d-d3ba-4d8b-9eca-2965eec30094",
    "artist": "The Gits",
    "artist_ids": [
        "b916a410-ee27-4f15-92ce-1ce2b60e7697"
    ],
    "album": "Frenching the Bully",
    "release_id": "5acbc9cb-6bb7-481b-9999-d2aa172b0478",
    "release_group_id": "8cc9f08b-ba2e-313f-b8a3-9f877253b107",
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "For Sean of Crackerbash in Portland\n\nGits drummer, Steve Moriarty released a book this year about Mia Zapata and his time with The Gits.\n\nhttps://www.brooklynvegan.com/seattle-punk-legends-the-gits-mia-zapata-subject-of-new-book-by-bands-drummer/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}