Information about plays

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

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

{
    "id": 3644070,
    "uri": "https://api.kexp.org/v2/plays/3644070/?format=api",
    "airdate": "2026-04-19T09:12:20-07:00",
    "show": 66495,
    "show_uri": "https://api.kexp.org/v2/shows/66495/?format=api",
    "image_uri": "https://coverartarchive.org/release/3f63b5f2-72ab-4451-acf3-a00b08ce011c/19065284529-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3f63b5f2-72ab-4451-acf3-a00b08ce011c/19065284529-250.jpg",
    "song": "Canyon",
    "track_id": null,
    "recording_id": "9b31c09f-f05a-443e-96f3-ed27b0f9bd8d",
    "artist": "The Echocentrics feat. Alex Maas & Jazz Mills",
    "artist_ids": [
        "aca169de-7b8b-4944-a753-d80254c558f6",
        "f8fa9f9e-7045-4adf-99f6-0bda4ed8a396",
        "f4dbc78e-c1fd-4e2f-895f-23f64ea745fc"
    ],
    "album": "Echo Hotel",
    "release_id": null,
    "release_group_id": "bdb83b61-bb2d-44fd-8079-0a293bd56369",
    "labels": [
        "Nacional Records"
    ],
    "label_ids": [
        "c5d75925-ded1-448e-aa02-06ea4b8250d6"
    ],
    "release_date": "2016-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Adrian Quesada wrote this album in Portuguese, Spanish, and English reflecting the languages he hears every day in his South Texas hometown.\n\nhttps://theechocentrics.bandcamp.com/album/echo-hotel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}