Information about plays

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

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

{
    "id": 3523337,
    "uri": "https://api.kexp.org/v2/plays/3523337/?format=api",
    "airdate": "2025-07-06T05:33:02-07:00",
    "show": 63935,
    "show_uri": "https://api.kexp.org/v2/shows/63935/?format=api",
    "image_uri": "https://ia600207.us.archive.org/11/items/mbid-98742874-40bc-46ca-8027-745cb2e29d4a/mbid-98742874-40bc-46ca-8027-745cb2e29d4a-9752212461_thumb500.jpg",
    "thumbnail_uri": "https://ia600207.us.archive.org/11/items/mbid-98742874-40bc-46ca-8027-745cb2e29d4a/mbid-98742874-40bc-46ca-8027-745cb2e29d4a-9752212461_thumb250.jpg",
    "song": "Eyes Be Closed",
    "track_id": "624b0976-d1c6-36b9-a25d-25111650e523",
    "recording_id": "5bfe5ea4-3ff9-458c-9d3d-f885967de5f7",
    "artist": "Washed Out",
    "artist_ids": [
        "74a30f2a-dae6-4e99-8a75-cb0f93b31aa6"
    ],
    "album": "Within and Without",
    "release_id": "98742874-40bc-46ca-8027-745cb2e29d4a",
    "release_group_id": "df595313-7291-446d-9a8f-0d15068e474a",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2011-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}