Information about plays

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

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

{
    "id": 3561978,
    "uri": "https://api.kexp.org/v2/plays/3561978/?format=api",
    "airdate": "2025-10-06T09:38:10-07:00",
    "show": 64762,
    "show_uri": "https://api.kexp.org/v2/shows/64762/?format=api",
    "image_uri": "https://ia800506.us.archive.org/22/items/mbid-01681b1d-3068-3689-b879-efefde1f7b3b/mbid-01681b1d-3068-3689-b879-efefde1f7b3b-2546509254_thumb500.jpg",
    "thumbnail_uri": "https://ia800506.us.archive.org/22/items/mbid-01681b1d-3068-3689-b879-efefde1f7b3b/mbid-01681b1d-3068-3689-b879-efefde1f7b3b-2546509254_thumb250.jpg",
    "song": "Fine Time",
    "track_id": "a27fac02-c760-3c2a-adbf-046b3d78c9f3",
    "recording_id": "134dc912-ab23-434d-b415-37edf8efd149",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Technique",
    "release_id": "01681b1d-3068-3689-b879-efefde1f7b3b",
    "release_group_id": "a0902fc4-e3d9-3b2b-bc94-cd4d0e59db29",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1989-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#589 on YOUR countdown of the greatest albums of all-time. \n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}