Information about plays

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

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

{
    "id": 3545559,
    "uri": "https://api.kexp.org/v2/plays/3545559/?format=api",
    "airdate": "2025-08-27T17:01:10-07:00",
    "show": 64403,
    "show_uri": "https://api.kexp.org/v2/shows/64403/?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": "The Prowl",
    "track_id": "a82e4777-a821-359e-a084-54b00fdb2da7",
    "recording_id": "7a1f8795-4c91-43a1-99ed-e273cf9d3c17",
    "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": "For Ed in Seattle!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}