Information about plays

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

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

{
    "id": 3638066,
    "uri": "https://api.kexp.org/v2/plays/3638066/?format=api",
    "airdate": "2026-04-05T06:07:29-07:00",
    "show": 66372,
    "show_uri": "https://api.kexp.org/v2/shows/66372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ophis",
    "track_id": null,
    "recording_id": null,
    "artist": "David Cordero",
    "artist_ids": [
        "57467241-2f19-4065-8bc8-e41ffa7069b2"
    ],
    "album": "La Imagen Muda",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Noray Records"
    ],
    "label_ids": [
        "37be4e99-0fdb-4f2b-9322-1041c9dfc233"
    ],
    "release_date": "2026-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the brand new solo album from prolific Spanish ambient musician and Noray Records founder David Cordero ~ https://norayrecords.bandcamp.com/album/la-imagen-muda",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}