Information about plays

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

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

{
    "id": 3543679,
    "uri": "https://api.kexp.org/v2/plays/3543679/?format=api",
    "airdate": "2025-08-23T09:41:46-07:00",
    "show": 64366,
    "show_uri": "https://api.kexp.org/v2/shows/64366/?format=api",
    "image_uri": "https://ia800107.us.archive.org/9/items/mbid-03c4ca85-c39c-4110-b71b-fff6bac0e230/mbid-03c4ca85-c39c-4110-b71b-fff6bac0e230-41356535529_thumb500.jpg",
    "thumbnail_uri": "https://ia800107.us.archive.org/9/items/mbid-03c4ca85-c39c-4110-b71b-fff6bac0e230/mbid-03c4ca85-c39c-4110-b71b-fff6bac0e230-41356535529_thumb250.jpg",
    "song": "Hang On To Your Love",
    "track_id": "818d289d-e93d-4b91-aef5-7d0c54fcf98c",
    "recording_id": "7590014a-f89b-44ec-8a39-dfe3832408a8",
    "artist": "Sailor Jane",
    "artist_ids": [
        "188f5c6f-5efd-406f-aecb-51062a01ff1e"
    ],
    "album": "No Ordinary Dub",
    "release_id": "03c4ca85-c39c-4110-b71b-fff6bac0e230",
    "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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NO ORDINARY DUB boasts a collection of fourteen \"best of\" classics by Sade; Selected and re-imagined by Sailor Jane with a dynamic vocal performance which is delivered effortlessly over the classic rhythms of the reggae-dub genre.\n\nhttps://sailorjane.bandcamp.com/album/no-ordinary-dub",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}