Information about plays

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

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

{
    "id": 3544023,
    "uri": "https://api.kexp.org/v2/plays/3544023/?format=api",
    "airdate": "2025-08-24T01:54:50-07:00",
    "show": 64372,
    "show_uri": "https://api.kexp.org/v2/shows/64372/?format=api",
    "image_uri": "https://coverartarchive.org/release/10ee76c0-bcf1-4884-a058-86c39544d7f0/11942198214-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/10ee76c0-bcf1-4884-a058-86c39544d7f0/11942198214-250.jpg",
    "song": "The Shreds of Sanity",
    "track_id": null,
    "recording_id": "a457a648-853f-48a7-8ac8-efca0712fb4e",
    "artist": "Bolt Thrower",
    "artist_ids": [
        "68bd8072-0412-44b1-81dd-807aa6c1918c"
    ],
    "album": "War Master",
    "release_id": null,
    "release_group_id": "9081f911-be33-39d5-81bf-281e324874ba",
    "labels": [
        "Earache Records"
    ],
    "label_ids": [
        "1b1e78a5-f05c-465e-b1f6-16a3b8077500"
    ],
    "release_date": "1991-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request via ESP\n\nLong live Bolt Thrower!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}