Information about plays

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

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

{
    "id": 3598722,
    "uri": "https://api.kexp.org/v2/plays/3598722/?format=api",
    "airdate": "2026-01-01T06:47:47-08:00",
    "show": 65530,
    "show_uri": "https://api.kexp.org/v2/shows/65530/?format=api",
    "image_uri": "https://ia601308.us.archive.org/25/items/mbid-236670ba-57a9-3f4f-99b7-44020630137b/mbid-236670ba-57a9-3f4f-99b7-44020630137b-39336215631_thumb500.jpg",
    "thumbnail_uri": "https://ia601308.us.archive.org/25/items/mbid-236670ba-57a9-3f4f-99b7-44020630137b/mbid-236670ba-57a9-3f4f-99b7-44020630137b-39336215631_thumb250.jpg",
    "song": "Come On Let's Go",
    "track_id": "3ab2bf00-86d2-31a9-bbe0-f1ed10f32b44",
    "recording_id": "1778a707-7687-4ea3-aa80-c1d4f82083fa",
    "artist": "Broadcast",
    "artist_ids": [
        "aaae25bf-c794-45d7-bab7-cdc7c655bfa6"
    ],
    "album": "The Noise Made by People",
    "release_id": "236670ba-57a9-3f4f-99b7-44020630137b",
    "release_group_id": "f575e0d0-aba9-3ad3-bd2c-ca453898ea9d",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "2000-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}