Information about plays

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

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

{
    "id": 3624290,
    "uri": "https://api.kexp.org/v2/plays/3624290/?format=api",
    "airdate": "2026-03-02T06:01:47-08:00",
    "show": 66070,
    "show_uri": "https://api.kexp.org/v2/shows/66070/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Void",
    "track_id": "d4154aaa-e489-470b-9e83-34408c6a0960",
    "recording_id": "fcfc58a8-5df8-4509-b153-1e21bb389a74",
    "artist": "Algiers",
    "artist_ids": [
        "258e8672-1db1-469a-a505-00a42aaf0973"
    ],
    "album": "There Is No Year",
    "release_id": "9ded9fa2-764c-4047-8486-403fbbe98fb8",
    "release_group_id": "dcfb7546-d9b4-4e12-9ba2-95fda90a52d6",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2020-01-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Algiers is a band of musicians born in Atlanta, Georgia, the rotten hub of the Ol’ American South, where W.E.B. Dubois once saw a riot goin’ on, and where the hell and highwater swirls ‘round to the knees.\n\nhttps://algierstheband.bandcamp.com/album/there-is-no-year\n\nhttps://algierstheband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}