Information about plays

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

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

{
    "id": 3554374,
    "uri": "https://api.kexp.org/v2/plays/3554374/?format=api",
    "airdate": "2025-09-17T23:38:25-07:00",
    "show": 64590,
    "show_uri": "https://api.kexp.org/v2/shows/64590/?format=api",
    "image_uri": "https://ia801403.us.archive.org/31/items/mbid-10a503f6-265a-4850-93bd-78b18fc6e6b8/mbid-10a503f6-265a-4850-93bd-78b18fc6e6b8-7486369964_thumb500.jpg",
    "thumbnail_uri": "https://ia801403.us.archive.org/31/items/mbid-10a503f6-265a-4850-93bd-78b18fc6e6b8/mbid-10a503f6-265a-4850-93bd-78b18fc6e6b8-7486369964_thumb250.jpg",
    "song": "The World at Large",
    "track_id": "2afaf177-df6c-3d55-967c-bcd0f608907e",
    "recording_id": "bd27c9e5-42d7-4191-a6d5-65013a2d6fd3",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "Good News for People Who Love Bad News",
    "release_id": "10a503f6-265a-4850-93bd-78b18fc6e6b8",
    "release_group_id": "65b47520-2e58-3bc2-a755-34ff35f23ad5",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2004-04-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing a bunch of gigs this fall:\n\nwww.modestmouse.com/#tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}