Information about plays

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

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

{
    "id": 3622990,
    "uri": "https://api.kexp.org/v2/plays/3622990/?format=api",
    "airdate": "2026-02-27T12:25:39-08:00",
    "show": 66043,
    "show_uri": "https://api.kexp.org/v2/shows/66043/?format=api",
    "image_uri": "https://dn710804.ca.archive.org/0/items/mbid-8e92486a-06c2-46e1-a39e-4810f2fa8bf6/mbid-8e92486a-06c2-46e1-a39e-4810f2fa8bf6-1867011170_thumb500.jpg",
    "thumbnail_uri": "https://dn710804.ca.archive.org/0/items/mbid-8e92486a-06c2-46e1-a39e-4810f2fa8bf6/mbid-8e92486a-06c2-46e1-a39e-4810f2fa8bf6-1867011170_thumb250.jpg",
    "song": "Shivers",
    "track_id": "895350a1-7608-3d54-b8b1-34d0d81dede7",
    "recording_id": "c0e9935f-57dd-436f-a8f7-9469fbe3eed7",
    "artist": "Divine Fits",
    "artist_ids": [
        "0cc883bb-a8a5-4b8a-ba5c-ab4e6b9afc09"
    ],
    "album": "A Thing Called Divine Fits",
    "release_id": "8e92486a-06c2-46e1-a39e-4810f2fa8bf6",
    "release_group_id": "363e3330-b1d8-4eff-95b4-b6bce9e83832",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2012-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Divine Fits (composed of Spoon members Britt Daniel and Alex Fischel, Dan Boeckner of Wolf Parade, and Sam Brown of New Bomb Turks) played Live on KEXP near the time of this album's release in 2012: \nhttps://www.youtube.com/watch?v=-_XQEwO2RVc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}