Information about plays

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

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

{
    "id": 3551135,
    "uri": "https://api.kexp.org/v2/plays/3551135/?format=api",
    "airdate": "2025-09-10T03:24:52-07:00",
    "show": 64522,
    "show_uri": "https://api.kexp.org/v2/shows/64522/?format=api",
    "image_uri": "https://ia801908.us.archive.org/14/items/mbid-3d02aa6c-cb77-44af-a878-c21094f0860f/mbid-3d02aa6c-cb77-44af-a878-c21094f0860f-3750919494_thumb500.jpg",
    "thumbnail_uri": "https://ia801908.us.archive.org/14/items/mbid-3d02aa6c-cb77-44af-a878-c21094f0860f/mbid-3d02aa6c-cb77-44af-a878-c21094f0860f-3750919494_thumb250.jpg",
    "song": "A Tooth for an Eye",
    "track_id": "c18f15c0-c893-30f8-9648-d5b3fd0b0280",
    "recording_id": "813991ff-cb60-40b7-b72a-c7af49e32407",
    "artist": "The Knife",
    "artist_ids": [
        "bf710b71-48e5-4e15-9bd6-96debb2e4e98"
    ],
    "album": "Shaking the Habitual",
    "release_id": "1059c8d6-462e-484b-8837-e9fa4e55a61d",
    "release_group_id": "06448e12-18d8-4d52-a51f-d4c83d07ec09",
    "labels": [
        "Brille Records",
        "Rabid Records",
        "Mute"
    ],
    "label_ids": [
        "b3378499-ab23-43c8-a9ca-8b11620fbf48",
        "b8187842-d82d-4489-8702-37c758da3e28",
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2013-04-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "The Knife consists of Olof Dreijer and Karin Dreijer. They are based in Stockholm, Sweden and have made music together since 1999, released on their own label Rabid Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}