Information about plays

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

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

{
    "id": 3640028,
    "uri": "https://api.kexp.org/v2/plays/3640028/?format=api",
    "airdate": "2026-04-09T20:32:56-07:00",
    "show": 66410,
    "show_uri": "https://api.kexp.org/v2/shows/66410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lil Window",
    "track_id": null,
    "recording_id": "3cda3c6c-2a8d-4e97-8041-0e2e95700f94",
    "artist": "Ginger Root",
    "artist_ids": [
        "22dc2681-4260-437e-a570-c4e92e011f68"
    ],
    "album": "Spotlight People",
    "release_id": null,
    "release_group_id": "4b062131-4bf6-4059-9ef3-73d422284c29",
    "labels": [
        "Clew Records"
    ],
    "label_ids": [],
    "release_date": "2017-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ginger Root is an American indie soul music project from Huntington Beach, California, led by singer-songwriter and instrumentalist Cameron Lew.\n--\nWatch Ginger Root's KEXP Live Session: https://www.youtube.com/watch?v=smXduZgPrpc\n\nhttps://www.gingerrootmusic.com/\nhttps://gingerroot.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}