Information about plays

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

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

{
    "id": 3577000,
    "uri": "https://api.kexp.org/v2/plays/3577000/?format=api",
    "airdate": "2025-11-11T23:25:50-08:00",
    "show": 65085,
    "show_uri": "https://api.kexp.org/v2/shows/65085/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where Are the Flowers",
    "track_id": "220257a7-e68f-3b0a-9c75-3835bcee4562",
    "recording_id": "2070bdd5-54c9-4117-a94f-3610de3ad5ed",
    "artist": "Rumskib",
    "artist_ids": [
        "65d2c3e7-c3f9-4151-bb83-50d8d7a18cd3"
    ],
    "album": "Rumskib",
    "release_id": "ddcc40a5-f8e2-4bbe-84a0-35f2afb78c43",
    "release_group_id": "4d77534c-a564-314f-88e9-5bef74aff412",
    "labels": [
        "Darla Records"
    ],
    "label_ids": [
        "8a6785c2-26ca-4198-ac89-25d908e65c35"
    ],
    "release_date": "2007-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut album. Rumskib is the Odense, Denmark duo of Keith Canisius (Guitarist, Vocalist, Composer, Producer) and Tine Louise Kortermand (Singer). Keith produced the debut record with Jonas Munk (Manual), who programmed the beats, made the electronic sounds, and played synthesizer.\n\nhttps://rumskib.bandcamp.com/album/rumskib",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}