Information about plays

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

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

{
    "id": 3554135,
    "uri": "https://api.kexp.org/v2/plays/3554135/?format=api",
    "airdate": "2025-09-17T10:10:54-07:00",
    "show": 64586,
    "show_uri": "https://api.kexp.org/v2/shows/64586/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-0bd221b1-50db-49ac-a047-f50ca34d0eaf/mbid-0bd221b1-50db-49ac-a047-f50ca34d0eaf-30937690377_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-0bd221b1-50db-49ac-a047-f50ca34d0eaf/mbid-0bd221b1-50db-49ac-a047-f50ca34d0eaf-30937690377_thumb250.jpg",
    "song": "Rae Street",
    "track_id": "d11f3d50-e7eb-48d5-b4f5-14aa7819b5c6",
    "recording_id": "b57011a9-1551-473a-a2c6-56f5c44573a3",
    "artist": "Courtney Barnett",
    "artist_ids": [
        "55111838-f001-494a-a1b5-9d818db85810"
    ],
    "album": "Things Take Time, Take Time",
    "release_id": "0bd221b1-50db-49ac-a047-f50ca34d0eaf",
    "release_group_id": "0492f324-cd37-4295-a52c-d02e35753f1b",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2021-11-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this 2021 Live on KEXP session with Courtney Barnett, hosted by Cheryl!\n\nhttps://www.youtube.com/watch?v=CoehsLS2YUQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}