Information about plays

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

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

{
    "id": 3546619,
    "uri": "https://api.kexp.org/v2/plays/3546619/?format=api",
    "airdate": "2025-08-30T06:56:36-07:00",
    "show": 64425,
    "show_uri": "https://api.kexp.org/v2/shows/64425/?format=api",
    "image_uri": "https://coverartarchive.org/release/12d57b62-f0dd-4c79-bad6-40d85b4e2cc7/38602435724-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/12d57b62-f0dd-4c79-bad6-40d85b4e2cc7/38602435724-250.jpg",
    "song": "Cult of Personality",
    "track_id": null,
    "recording_id": "e106d2a8-ef16-4805-b0d5-e3ca818a464d",
    "artist": "Living Colour",
    "artist_ids": [
        "dc6f8c1f-626b-42b0-9115-7e66ae4cecd6"
    ],
    "album": "Vivid",
    "release_id": null,
    "release_group_id": "8ce498ba-26f5-3ea9-b499-9007212ae269",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1988-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}