Information about plays

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

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

{
    "id": 3566174,
    "uri": "https://api.kexp.org/v2/plays/3566174/?format=api",
    "airdate": "2025-10-17T02:28:09-07:00",
    "show": 64854,
    "show_uri": "https://api.kexp.org/v2/shows/64854/?format=api",
    "image_uri": "https://dn720705.ca.archive.org/0/items/mbid-d57761db-4db9-4c0b-b318-0027072ff6d4/mbid-d57761db-4db9-4c0b-b318-0027072ff6d4-43249637881_thumb500.jpg",
    "thumbnail_uri": "https://dn720705.ca.archive.org/0/items/mbid-d57761db-4db9-4c0b-b318-0027072ff6d4/mbid-d57761db-4db9-4c0b-b318-0027072ff6d4-43249637881_thumb250.jpg",
    "song": "All Over Me",
    "track_id": "9f65b1c5-4e28-4783-988b-4384883fd008",
    "recording_id": "fd9bf12d-3ad3-4439-b4a7-3d13dd874304",
    "artist": "Yukimi",
    "artist_ids": [
        "e6deafd2-163c-46f3-b290-3c3c1944cffb"
    ],
    "album": "Yume",
    "release_id": "d57761db-4db9-4c0b-b318-0027072ff6d4",
    "release_group_id": "cc1410cb-ee0d-4a3c-a3af-8a3b9141b581",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2025-11-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}