Information about plays

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

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

{
    "id": 3554373,
    "uri": "https://api.kexp.org/v2/plays/3554373/?format=api",
    "airdate": "2025-09-17T23:38:15-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": "Horn Intro",
    "track_id": "9805e056-5358-3ce7-b2cb-02a9fe278c03",
    "recording_id": "a9318861-960b-4416-8723-fe88984b3150",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}