Information about plays

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

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

{
    "id": 3500261,
    "uri": "https://api.kexp.org/v2/plays/3500261/?format=api",
    "airdate": "2025-05-12T03:31:38-07:00",
    "show": 63439,
    "show_uri": "https://api.kexp.org/v2/shows/63439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blood Quantum Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Turian",
    "artist_ids": [
        "79f1dd19-b5fb-451d-b829-93a3b29bd8c8"
    ],
    "album": "Blood Quantum Blues",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yaqui\n--\nSeattle metallic hardcore outfit Turian's album 'Blood Quantum Blues' blends the band’s explosive hardcore with a fresh palette of influences. It releases on June 6th, 2025 on Wise Blood Records, preorder HERE:\nhttps://turian.bandcamp.com/album/blood-quantum-blues",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}