Information about plays

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

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

{
    "id": 3603046,
    "uri": "https://api.kexp.org/v2/plays/3603046/?format=api",
    "airdate": "2026-01-11T11:12:01-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "https://coverartarchive.org/release/8ca2bb25-a0d3-4e57-b215-3061bd644783/41141266190-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8ca2bb25-a0d3-4e57-b215-3061bd644783/41141266190-250.jpg",
    "song": "Another Farewell",
    "track_id": null,
    "recording_id": "964853ad-9642-4d55-9af6-565471c70ab1",
    "artist": "Horsebath",
    "artist_ids": [
        "60ccf0a1-00f6-44d5-8a8a-6aa574124d7f"
    ],
    "album": "Another Farewell",
    "release_id": null,
    "release_group_id": "ef50c082-034d-4f0c-bc4f-bae20850cc38",
    "labels": [
        "Strolling Bones Records"
    ],
    "label_ids": [
        "f91f39e6-2c96-4bec-b521-a756969f7210"
    ],
    "release_date": "2025-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Montreal based band’s upcoming Feb 7 album.\nhttps://horsebath.bandcamp.com/album/another-farewell",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}