Information about plays

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

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

{
    "id": 3582425,
    "uri": "https://api.kexp.org/v2/plays/3582425/?format=api",
    "airdate": "2025-11-24T16:26:56-08:00",
    "show": 65201,
    "show_uri": "https://api.kexp.org/v2/shows/65201/?format=api",
    "image_uri": "https://dn721901.ca.archive.org/0/items/mbid-218ff81b-3e00-387f-91e3-80ac7885789d/mbid-218ff81b-3e00-387f-91e3-80ac7885789d-15457622056_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-218ff81b-3e00-387f-91e3-80ac7885789d/mbid-218ff81b-3e00-387f-91e3-80ac7885789d-15457622056_thumb250.jpg",
    "song": "Heartbroken, in Disrepair",
    "track_id": "4288c7ae-61ea-3fb4-bf1b-cde33e00992e",
    "recording_id": "79161e7a-ec21-4b90-9d1a-35cb342238a2",
    "artist": "Dan Auerbach",
    "artist_ids": [
        "fa4f4b89-3ddc-4e97-88fa-0e30121f986a"
    ],
    "album": "Keep It Hid",
    "release_id": "c027554e-5679-4e57-bb37-c68c739c619b",
    "release_group_id": "8e53e260-a7ae-3ec4-9f5b-5647e1f2a7f3",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2009-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dan Auerbach and Robert Finley performed Live in the KEXP Studio in 2018: https://youtu.be/2-CTTjivEcA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}