Information about plays

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

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

{
    "id": 3548274,
    "uri": "https://api.kexp.org/v2/plays/3548274/?format=api",
    "airdate": "2025-09-03T04:23:00-07:00",
    "show": 64460,
    "show_uri": "https://api.kexp.org/v2/shows/64460/?format=api",
    "image_uri": "https://ia601304.us.archive.org/33/items/mbid-cddfbb16-95ba-4eef-8468-29d0128bdc93/mbid-cddfbb16-95ba-4eef-8468-29d0128bdc93-21562810344_thumb500.jpg",
    "thumbnail_uri": "https://ia601304.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": "Request for Ian in PA!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}