Information about plays

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

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

{
    "id": 3641459,
    "uri": "https://api.kexp.org/v2/plays/3641459/?format=api",
    "airdate": "2026-04-13T06:30:06-07:00",
    "show": 66441,
    "show_uri": "https://api.kexp.org/v2/shows/66441/?format=api",
    "image_uri": "https://dn710703.ca.archive.org/0/items/mbid-79e9f051-f0aa-4fa3-b9ad-d114d18401e1/mbid-79e9f051-f0aa-4fa3-b9ad-d114d18401e1-41182283945_thumb500.jpg",
    "thumbnail_uri": "https://dn710703.ca.archive.org/0/items/mbid-79e9f051-f0aa-4fa3-b9ad-d114d18401e1/mbid-79e9f051-f0aa-4fa3-b9ad-d114d18401e1-41182283945_thumb250.jpg",
    "song": "Kiss Me Deep",
    "track_id": "733dbc29-662d-4568-8645-c0bdc6dc53e8",
    "recording_id": "ed5d03d1-be7e-42b0-b39b-8a93089ef9ef",
    "artist": "L.A. Witch",
    "artist_ids": [
        "38e89263-3d3c-4ccb-ae29-9c31dcff0777"
    ],
    "album": "DOGGOD",
    "release_id": "79e9f051-f0aa-4fa3-b9ad-d114d18401e1",
    "release_group_id": "9143c586-4dfc-45bf-81cb-aaf8276e31a0",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2025-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "L.A. Witch performed Live on KEXP in April  2025, playing songs from their then-released album, 'DOGGOD'. Check it out here:\n\nhttps://www.youtube.com/watch?v=SFoZhSPI7ko",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}