Information about plays

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

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

{
    "id": 3611076,
    "uri": "https://api.kexp.org/v2/plays/3611076/?format=api",
    "airdate": "2026-01-30T14:48:22-08:00",
    "show": 65794,
    "show_uri": "https://api.kexp.org/v2/shows/65794/?format=api",
    "image_uri": "https://dn710102.ca.archive.org/0/items/mbid-5e0bdfd5-5c19-4777-91e5-c6c1dc9df315/mbid-5e0bdfd5-5c19-4777-91e5-c6c1dc9df315-40413816387_thumb500.jpg",
    "thumbnail_uri": "https://ia800102.us.archive.org/24/items/mbid-5e0bdfd5-5c19-4777-91e5-c6c1dc9df315/mbid-5e0bdfd5-5c19-4777-91e5-c6c1dc9df315-40413816387_thumb250.jpg",
    "song": "U Should Not Be Doing That",
    "track_id": "f472c938-8856-4f1d-aa97-cceb249fa27a",
    "recording_id": "b31d6b70-a927-4098-b019-c4fd73c2823e",
    "artist": "Amyl and the Sniffers",
    "artist_ids": [
        "0f74b263-65bf-4027-9708-45aadf40122d"
    ],
    "album": "Cartoon Darkness",
    "release_id": "5e0bdfd5-5c19-4777-91e5-c6c1dc9df315",
    "release_group_id": "32fdf291-cd36-4b48-9c6c-fd3ad7956092",
    "labels": [
        "Virgin Music Group"
    ],
    "label_ids": [
        "89a8123b-da2f-40dd-8c85-718a5c4c3a61"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}