Information about plays

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

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

{
    "id": 3554539,
    "uri": "https://api.kexp.org/v2/plays/3554539/?format=api",
    "airdate": "2025-09-18T09:06:33-07:00",
    "show": 64593,
    "show_uri": "https://api.kexp.org/v2/shows/64593/?format=api",
    "image_uri": "https://ia903402.us.archive.org/34/items/mbid-ef4b7301-2e68-41ce-8e6a-2af73cac7328/mbid-ef4b7301-2e68-41ce-8e6a-2af73cac7328-28170118597_thumb500.jpg",
    "thumbnail_uri": "https://ia803402.us.archive.org/34/items/mbid-ef4b7301-2e68-41ce-8e6a-2af73cac7328/mbid-ef4b7301-2e68-41ce-8e6a-2af73cac7328-28170118597_thumb250.jpg",
    "song": "Pretend We’re Dead",
    "track_id": "e951315d-74e4-38d8-8a48-f6f6208f7691",
    "recording_id": "6608c707-320b-4bba-802d-8e8fad7fa6f9",
    "artist": "L7",
    "artist_ids": [
        "57111f1f-9829-45ea-bb4e-a5aba37cd1d1"
    ],
    "album": "Bricks Are Heavy",
    "release_id": "ef4b7301-2e68-41ce-8e6a-2af73cac7328",
    "release_group_id": "9f7bedef-5588-3bca-8c81-06a102c4eb8d",
    "labels": [
        "Reprise Records",
        "Slash"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59",
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1992-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning!\n\nLove Rage by SPIRITS! Could you play a song by L7? Diet pill or Pretend We're Dead would be great.\n\nCheers,\nMolly",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}