Information about plays

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

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

{
    "id": 3545255,
    "uri": "https://api.kexp.org/v2/plays/3545255/?format=api",
    "airdate": "2025-08-26T23:30:23-07:00",
    "show": 64397,
    "show_uri": "https://api.kexp.org/v2/shows/64397/?format=api",
    "image_uri": "https://coverartarchive.org/release/e22ee1f9-0b3b-447c-ad46-1848eeaef55a/11530422503-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e22ee1f9-0b3b-447c-ad46-1848eeaef55a/11530422503-250.jpg",
    "song": "The Story",
    "track_id": null,
    "recording_id": "8d1c098f-626d-43fc-83ec-58515d4b747a",
    "artist": "Brandi Carlile",
    "artist_ids": [
        "baf05baf-69fb-47dd-93c2-033536b8c385"
    ],
    "album": "Give Up the Ghost",
    "release_id": null,
    "release_group_id": "08431baa-dda4-44a6-b9df-c4e29ce0adcd",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2009-10-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Request for some B.C. PNW artist. https://www.brandicarlile.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}