Information about plays

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

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

{
    "id": 3561282,
    "uri": "https://api.kexp.org/v2/plays/3561282/?format=api",
    "airdate": "2025-10-04T17:32:28-07:00",
    "show": 64745,
    "show_uri": "https://api.kexp.org/v2/shows/64745/?format=api",
    "image_uri": "https://ia802802.us.archive.org/1/items/mbid-9b946204-9884-3e5e-83de-b163588dd1c0/mbid-9b946204-9884-3e5e-83de-b163588dd1c0-20790549747_thumb500.jpg",
    "thumbnail_uri": "https://ia902802.us.archive.org/1/items/mbid-9b946204-9884-3e5e-83de-b163588dd1c0/mbid-9b946204-9884-3e5e-83de-b163588dd1c0-20790549747_thumb250.jpg",
    "song": "Sky Saw",
    "track_id": "d356ec04-766f-3dc1-bca7-eae5e850d0cb",
    "recording_id": "68b5e55a-2af1-41c4-b6d3-afb51487c6bf",
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Another Green World",
    "release_id": "9b946204-9884-3e5e-83de-b163588dd1c0",
    "release_group_id": "7d5a684e-73a3-325c-a59c-34c9a941d8d6",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2004-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#688 Brian Eno - Another Green World\n\nJoin the Vinyl Club at $100/mo and  receive 12 limited edition albums of KEXP in-studios! Learn more here: https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}