Information about plays

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

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

{
    "id": 3571780,
    "uri": "https://api.kexp.org/v2/plays/3571780/?format=api",
    "airdate": "2025-10-30T10:41:15-07:00",
    "show": 64973,
    "show_uri": "https://api.kexp.org/v2/shows/64973/?format=api",
    "image_uri": "https://ia803208.us.archive.org/18/items/mbid-28ddf022-0a8a-4ecd-bf18-d80af26c3aff/mbid-28ddf022-0a8a-4ecd-bf18-d80af26c3aff-4436702720_thumb500.jpg",
    "thumbnail_uri": "https://ia803208.us.archive.org/18/items/mbid-28ddf022-0a8a-4ecd-bf18-d80af26c3aff/mbid-28ddf022-0a8a-4ecd-bf18-d80af26c3aff-4436702720_thumb250.jpg",
    "song": "Superfast Jellyfish",
    "track_id": "2e5c739d-51a5-3650-8a7a-306ac01cc655",
    "recording_id": "54f6b49f-8806-42e4-aba8-a65d356d2584",
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "Plastic Beach",
    "release_id": "28ddf022-0a8a-4ecd-bf18-d80af26c3aff",
    "release_group_id": "5a676824-18cd-4f7f-89f0-df21623e2042",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2010-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Superfast Jellyfish\" features vocals from Gruff Rhys, lead singer of Super Furry Animals, and from De La Soul, who were previously featured on \"Feel Good Inc.\". The song contains samples from a 1986 commercial for Swanson's microwave \"Great Starts Breakfasts\" and an episode of Natural World, \"Sperm Whales: Back from the Abyss\", narrated by David Attenborough.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}