Information about plays

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

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

{
    "id": 3551508,
    "uri": "https://api.kexp.org/v2/plays/3551508/?format=api",
    "airdate": "2025-09-11T01:44:14-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Violet Blue",
    "track_id": "98208b3a-7e73-4fa1-8198-3b467c33ef08",
    "recording_id": "94cc360b-c73e-4116-8feb-b0840f4696d7",
    "artist": "Winter",
    "artist_ids": [
        "7e8d8cfc-8ac6-47d5-836c-40d729c766d1"
    ],
    "album": "Violet Blue",
    "release_id": "1b6225d7-997e-45a8-86a0-28463cc0420c",
    "release_group_id": "b59b9d8f-59f7-4a71-b57a-f8c9fb94d315",
    "labels": [
        "Bar/None Records"
    ],
    "label_ids": [
        "1231f865-6637-443f-b97f-619723bebcd9"
    ],
    "release_date": "2021-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Winter is the new project of Los Angeles based artist Samira Winter. Support her, here. https://daydreamingwinter.bandcamp.com/track/violet-blue",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}