Information about plays

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

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

{
    "id": 3640230,
    "uri": "https://api.kexp.org/v2/plays/3640230/?format=api",
    "airdate": "2026-04-10T09:05:31-07:00",
    "show": 66414,
    "show_uri": "https://api.kexp.org/v2/shows/66414/?format=api",
    "image_uri": "https://dn721809.ca.archive.org/0/items/mbid-9164301e-cee4-3bbf-8a59-5296d997b3f9/mbid-9164301e-cee4-3bbf-8a59-5296d997b3f9-22591540791_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-9164301e-cee4-3bbf-8a59-5296d997b3f9/mbid-9164301e-cee4-3bbf-8a59-5296d997b3f9-22591540791_thumb250.jpg",
    "song": "New Noise",
    "track_id": "6d9cbd04-bb7b-33e2-ad59-dd2acab576d1",
    "recording_id": "ea88ac50-97aa-4cd9-a7a6-cdbe141dec68",
    "artist": "Refused",
    "artist_ids": [
        "42884e27-dfb8-453d-990f-2ffd90bc2d1a"
    ],
    "album": "The Shape of Punk to Come",
    "release_id": "9164301e-cee4-3bbf-8a59-5296d997b3f9",
    "release_group_id": "8a3b8b22-7eef-3d3a-9cec-90b2ae712bcb",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1998-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Refused is a hardcore band from Umeå, Sweden, formed in 1991.\n--\n\"Can I scream?\nYeah...\"\nSee the official video (featuring some very scary bunnies) for \"New Noise\": https://www.youtube.com/watch?v=NkAe30aEG5c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}