Information about plays

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

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

{
    "id": 3556015,
    "uri": "https://api.kexp.org/v2/plays/3556015/?format=api",
    "airdate": "2025-09-21T18:04:44-07:00",
    "show": 64626,
    "show_uri": "https://api.kexp.org/v2/shows/64626/?format=api",
    "image_uri": "https://coverartarchive.org/release/03c4ca85-c39c-4110-b71b-fff6bac0e230/41356535529-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/03c4ca85-c39c-4110-b71b-fff6bac0e230/41356535529-250.jpg",
    "song": "Cherish The Day",
    "track_id": null,
    "recording_id": "817cd910-6ca0-4f35-a11e-727d93fc2196",
    "artist": "Sailor Jane",
    "artist_ids": [
        "188f5c6f-5efd-406f-aecb-51062a01ff1e"
    ],
    "album": "No Ordinary Dub",
    "release_id": null,
    "release_group_id": "96bffd4b-658a-47ee-a400-a7a628e68338",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "No Ordinary Dub is a new album by Sailor Jane released earlier this year, and consists of dub covers of Sade. It is produced by Michael Goldwasser.\n\nhttps://sailorjane.bandcamp.com/album/no-ordinary-dub",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}