Information about plays

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

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

{
    "id": 3572445,
    "uri": "https://api.kexp.org/v2/plays/3572445/?format=api",
    "airdate": "2025-11-01T03:08:46-07:00",
    "show": 64989,
    "show_uri": "https://api.kexp.org/v2/shows/64989/?format=api",
    "image_uri": "https://coverartarchive.org/release/bbd583e1-b112-4c5a-9504-cc8eeac0140f/15321471806-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bbd583e1-b112-4c5a-9504-cc8eeac0140f/15321471806-250.jpg",
    "song": "Night (Zola Jesus and Dean Hurley remix)",
    "track_id": null,
    "recording_id": "66b6fc3b-2e01-4b9c-9da4-1c08660c3706",
    "artist": "John Carpenter",
    "artist_ids": [
        "06d3fe7f-b5c7-4af9-a96b-5a41675e29ce"
    ],
    "album": "Lost Themes",
    "release_id": null,
    "release_group_id": "b68dc60a-61ec-479c-a42c-9f10dfc330ad",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2015-02-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}