Information about plays

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

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

{
    "id": 3605711,
    "uri": "https://api.kexp.org/v2/plays/3605711/?format=api",
    "airdate": "2026-01-17T21:18:12-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Born to Burn",
    "track_id": null,
    "recording_id": "68892bab-f2a5-4e0e-b73b-48742dda4a13",
    "artist": "The Boomtown Rats",
    "artist_ids": [
        "47aa3e97-f623-4472-8e54-da886c6a6e20"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ensign"
    ],
    "label_ids": [
        "710c008e-1e3e-46ae-a91a-4f3f71afc45d"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track was featured on 'Dawn Of The Rats' (Demos, B-Sides And Live 1975-1979), which was released last year to commemorate the Boomtown Rats 50th anniversary.\n\nhttps://emirecords.com/products/dawn-of-the-rats-b-sides-demos-and-live-1975-1979-rsd25-translucent-green-vinyl-lp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}