Information about plays

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

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

{
    "id": 3634494,
    "uri": "https://api.kexp.org/v2/plays/3634494/?format=api",
    "airdate": "2026-03-28T04:02:06-07:00",
    "show": 66299,
    "show_uri": "https://api.kexp.org/v2/shows/66299/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beautiful Shapes (PMC VIP Remix)",
    "track_id": null,
    "recording_id": "4d8be426-8157-450b-9c73-31281ac066e7",
    "artist": "白迦",
    "artist_ids": [
        "b7ad0950-bb5e-4375-9f30-31bccf8acbe6"
    ],
    "album": "THE RAVING SIMULATOR 2",
    "release_id": null,
    "release_group_id": "8d75c045-5bb7-4dc8-a9ba-31d7a2c16610",
    "labels": [
        "SPRAYBOX"
    ],
    "label_ids": [
        "6dce551f-f9cb-4462-9adc-06f5ae84bc3c"
    ],
    "release_date": "2025-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Paica, Pasocom Music Club",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}