Information about plays

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

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

{
    "id": 3569649,
    "uri": "https://api.kexp.org/v2/plays/3569649/?format=api",
    "airdate": "2025-10-25T05:09:40-07:00",
    "show": 64926,
    "show_uri": "https://api.kexp.org/v2/shows/64926/?format=api",
    "image_uri": "https://ia801607.us.archive.org/0/items/mbid-20fd1801-2b34-3a53-bd00-e4fe16dc778f/mbid-20fd1801-2b34-3a53-bd00-e4fe16dc778f-3111350537_thumb500.jpg",
    "thumbnail_uri": "https://ia801607.us.archive.org/0/items/mbid-20fd1801-2b34-3a53-bd00-e4fe16dc778f/mbid-20fd1801-2b34-3a53-bd00-e4fe16dc778f-3111350537_thumb250.jpg",
    "song": "Pretty",
    "track_id": "0b0e2820-a344-3ad5-8a7a-7ab5ab4bbbf2",
    "recording_id": "2b280e6e-0df1-4e0f-84d2-92254a34db92",
    "artist": "The Cranberries",
    "artist_ids": [
        "c98d40fd-f6cf-4b26-883e-eaa515ee2851"
    ],
    "album": "Everybody Else Is Doing It, So Why Can’t We?",
    "release_id": "20fd1801-2b34-3a53-bd00-e4fe16dc778f",
    "release_group_id": "e6b486b3-68e7-331c-a078-94fd71d61877",
    "labels": [
        "Helicon Records"
    ],
    "label_ids": [
        "a488f2f6-a261-44d7-8985-e25ff0969eb7"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}