Information about plays

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

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

{
    "id": 3612911,
    "uri": "https://api.kexp.org/v2/plays/3612911/?format=api",
    "airdate": "2026-02-04T00:57:02-08:00",
    "show": 65834,
    "show_uri": "https://api.kexp.org/v2/shows/65834/?format=api",
    "image_uri": "https://ia601805.us.archive.org/8/items/mbid-5a16d573-5565-4a3a-a31f-f9dc2d739c39/mbid-5a16d573-5565-4a3a-a31f-f9dc2d739c39-37089713398_thumb500.jpg",
    "thumbnail_uri": "https://ia801805.us.archive.org/8/items/mbid-5a16d573-5565-4a3a-a31f-f9dc2d739c39/mbid-5a16d573-5565-4a3a-a31f-f9dc2d739c39-37089713398_thumb250.jpg",
    "song": "Well bucket",
    "track_id": "3142cbfa-cb74-4097-8edf-44b09b15d7a4",
    "recording_id": "257a0e0e-ab30-4e21-8ca8-c3f921d1b073",
    "artist": "ML Buch",
    "artist_ids": [
        "e0f9a19e-a929-4a9f-a5dc-82b2d305f03d"
    ],
    "album": "Suntub",
    "release_id": "5a16d573-5565-4a3a-a31f-f9dc2d739c39",
    "release_group_id": "e43d0cec-a73b-424e-a15c-25ea5e775f61",
    "labels": [
        "15 love"
    ],
    "label_ids": [
        "24767dd7-f494-4e36-9c7a-421ae7d4205f"
    ],
    "release_date": "2023-10-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}