Information about plays

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

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

{
    "id": 3595388,
    "uri": "https://api.kexp.org/v2/plays/3595388/?format=api",
    "airdate": "2025-12-24T14:43:43-08:00",
    "show": 65465,
    "show_uri": "https://api.kexp.org/v2/shows/65465/?format=api",
    "image_uri": "https://coverartarchive.org/release/daaf8954-63bb-4579-b885-b92b21930d79/10564015068-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/daaf8954-63bb-4579-b885-b92b21930d79/10564015068-250.jpg",
    "song": "Christmas Eve Can Kill You",
    "track_id": null,
    "recording_id": "e79aa54a-f782-4a95-93ac-24ed0ca20cd1",
    "artist": "The Everly Brothers",
    "artist_ids": [
        "091ec508-877f-4e3c-92a3-10903bbbc7ad"
    ],
    "album": "Stories We Could Tell",
    "release_id": null,
    "release_group_id": "9a37beed-f876-4262-8b6c-db9b91e58bd3",
    "labels": [
        "Camden"
    ],
    "label_ids": [
        "0ad7efed-9266-452c-9200-8a0b2eeefe4a"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}