Information about plays

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

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

{
    "id": 3612882,
    "uri": "https://api.kexp.org/v2/plays/3612882/?format=api",
    "airdate": "2026-02-03T23:21:01-08:00",
    "show": 65834,
    "show_uri": "https://api.kexp.org/v2/shows/65834/?format=api",
    "image_uri": "https://dn710208.ca.archive.org/0/items/mbid-0ae05faf-3f2c-49cc-a576-189600a7f9ed/mbid-0ae05faf-3f2c-49cc-a576-189600a7f9ed-38486064205_thumb500.jpg",
    "thumbnail_uri": "https://ia600306.us.archive.org/19/items/mbid-0ae05faf-3f2c-49cc-a576-189600a7f9ed/mbid-0ae05faf-3f2c-49cc-a576-189600a7f9ed-38486064205_thumb250.jpg",
    "song": "Orb weaver",
    "track_id": "f0bdac3e-fc47-4925-8065-41baf05a9116",
    "recording_id": "5aa03205-0e75-4121-b0f1-3b98080ddcfa",
    "artist": "Draag",
    "artist_ids": [
        "37d591e3-a7f9-4836-868f-7a252eaa8041"
    ],
    "album": "Actually, the quiet is nice",
    "release_id": "0ae05faf-3f2c-49cc-a576-189600a7f9ed",
    "release_group_id": "83670068-3f5b-4b3b-b6a2-a1f1ceb0b564",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-05-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}