Information about plays

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

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

{
    "id": 3635023,
    "uri": "https://api.kexp.org/v2/plays/3635023/?format=api",
    "airdate": "2026-03-29T06:40:24-07:00",
    "show": 66310,
    "show_uri": "https://api.kexp.org/v2/shows/66310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dark Angel",
    "track_id": null,
    "recording_id": "5d023814-6ea1-4ef2-adfc-13045bcae2f7",
    "artist": "Ruthlss",
    "artist_ids": [
        "ce2cf2e6-33d5-4b62-9843-7d9ed811da49"
    ],
    "album": "Mastery Quantum Sound",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Houndstooth"
    ],
    "label_ids": [
        "107c92d4-8fe3-4c06-beff-98540a321a68"
    ],
    "release_date": "2026-02-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London-based artist Ruthlss' contribution to Houndstooth's wonderful 'Mastery Quantum Sound' compilation ~ https://houndstoothlabel.bandcamp.com/album/mastery-quantum-sound",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}