Information about plays

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

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

{
    "id": 3500330,
    "uri": "https://api.kexp.org/v2/plays/3500330/?format=api",
    "airdate": "2025-05-12T07:39:15-07:00",
    "show": 63441,
    "show_uri": "https://api.kexp.org/v2/shows/63441/?format=api",
    "image_uri": "https://ia801304.us.archive.org/33/items/mbid-cddfbb16-95ba-4eef-8468-29d0128bdc93/mbid-cddfbb16-95ba-4eef-8468-29d0128bdc93-21562810344_thumb500.jpg",
    "thumbnail_uri": "https://ia801304.us.archive.org/33/items/mbid-cddfbb16-95ba-4eef-8468-29d0128bdc93/mbid-cddfbb16-95ba-4eef-8468-29d0128bdc93-21562810344_thumb250.jpg",
    "song": "Dramamine",
    "track_id": "ff2f7d40-6e10-3579-a3b5-310aecd8a37e",
    "recording_id": "cea9b0b9-8ba1-4a59-93c6-3a4df2ddd1b2",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "This Is a Long Drive for Someone With Nothing to Think About",
    "release_id": "cddfbb16-95ba-4eef-8468-29d0128bdc93",
    "release_group_id": "b73c10e9-4237-3fa6-9e3e-fe148455d3a4",
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1996-04-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1996, This Is a Long Drive for Someone With Nothing to Think About \"expands upon the themes of emotional and geographic isolation found in the band’s early recordings, and finds the band mixing slow, brooding numbers with thrashing guitar workouts.\"\n\nhttps://modestmouse.bandcamp.com/album/this-is-a-long-drive-for-someone-with-nothing-to-think-about",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}