Information about plays

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

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

{
    "id": 3555071,
    "uri": "https://api.kexp.org/v2/plays/3555071/?format=api",
    "airdate": "2025-09-19T15:52:11-07:00",
    "show": 64603,
    "show_uri": "https://api.kexp.org/v2/shows/64603/?format=api",
    "image_uri": "https://ia801707.us.archive.org/3/items/mbid-ab9aa125-6f26-4145-879c-f0c05ff6ac60/mbid-ab9aa125-6f26-4145-879c-f0c05ff6ac60-16637994690_thumb500.jpg",
    "thumbnail_uri": "https://ia601707.us.archive.org/3/items/mbid-ab9aa125-6f26-4145-879c-f0c05ff6ac60/mbid-ab9aa125-6f26-4145-879c-f0c05ff6ac60-16637994690_thumb250.jpg",
    "song": "D.M.S.R.",
    "track_id": "6b80e561-4104-3064-86ca-551cb78c3350",
    "recording_id": "11182248-cfc1-4ddd-9227-3e455d233184",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "1999",
    "release_id": "ab9aa125-6f26-4145-879c-f0c05ff6ac60",
    "release_group_id": "561be5b7-a39c-3866-859d-d86f30816ae7",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1982-10-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Corey!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}