Information about plays

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

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

{
    "id": 3640968,
    "uri": "https://api.kexp.org/v2/plays/3640968/?format=api",
    "airdate": "2026-04-11T23:07:46-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://ia800102.us.archive.org/24/items/mbid-5e0bdfd5-5c19-4777-91e5-c6c1dc9df315/mbid-5e0bdfd5-5c19-4777-91e5-c6c1dc9df315-40413816387_thumb500.jpg",
    "thumbnail_uri": "https://dn710102.ca.archive.org/0/items/mbid-5e0bdfd5-5c19-4777-91e5-c6c1dc9df315/mbid-5e0bdfd5-5c19-4777-91e5-c6c1dc9df315-40413816387_thumb250.jpg",
    "song": "Pigs",
    "track_id": "a9d648c0-f6e3-4dcb-8d5f-43a450945196",
    "recording_id": "43bfe6ad-d642-4f01-aa2f-344c5419f562",
    "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"
}