Information about plays

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

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

{
    "id": 3544845,
    "uri": "https://api.kexp.org/v2/plays/3544845/?format=api",
    "airdate": "2025-08-26T00:44:20-07:00",
    "show": 64389,
    "show_uri": "https://api.kexp.org/v2/shows/64389/?format=api",
    "image_uri": "https://coverartarchive.org/release/05d5859a-fcf9-4456-8c23-2cba43249cc3/9832508788-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05d5859a-fcf9-4456-8c23-2cba43249cc3/9832508788-250.jpg",
    "song": "Transverse City",
    "track_id": null,
    "recording_id": null,
    "artist": "Warren Zevon",
    "artist_ids": [
        "970fb29f-e288-403e-a388-d2a7889bfa47"
    ],
    "album": "Transverse City",
    "release_id": null,
    "release_group_id": "23cd147f-d589-34db-ab66-b7f68461c126",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Warren Zevon 4 Ever (Jerry Garcia shredding on this one, too)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}