Information about plays

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

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

{
    "id": 3638727,
    "uri": "https://api.kexp.org/v2/plays/3638727/?format=api",
    "airdate": "2026-04-06T18:32:39-07:00",
    "show": 66385,
    "show_uri": "https://api.kexp.org/v2/shows/66385/?format=api",
    "image_uri": "https://dn710706.ca.archive.org/0/items/mbid-10a503f6-265a-4850-93bd-78b18fc6e6b8/mbid-10a503f6-265a-4850-93bd-78b18fc6e6b8-7486369964_thumb500.jpg",
    "thumbnail_uri": "https://dn710706.ca.archive.org/0/items/mbid-10a503f6-265a-4850-93bd-78b18fc6e6b8/mbid-10a503f6-265a-4850-93bd-78b18fc6e6b8-7486369964_thumb250.jpg",
    "song": "Float On",
    "track_id": "6fd5f7cd-011a-3312-803b-42a666ca54ea",
    "recording_id": "2be922c8-1250-47f6-895e-c4da99a93fde",
    "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": "The epic album \"Good News for People Who Love Bad News\" celebrated it's 20th anniversary last year. Still sounds damn good.\n\nhttps://www.modestmouse.com\nhttps://modestmouse.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}