Information about plays

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

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

{
    "id": 3572654,
    "uri": "https://api.kexp.org/v2/plays/3572654/?format=api",
    "airdate": "2025-11-01T16:09:10-07:00",
    "show": 64995,
    "show_uri": "https://api.kexp.org/v2/shows/64995/?format=api",
    "image_uri": "https://ia601201.us.archive.org/7/items/mbid-ba41a7ba-1033-4e5f-bdf8-1a55551d0802/mbid-ba41a7ba-1033-4e5f-bdf8-1a55551d0802-1491885865_thumb500.jpg",
    "thumbnail_uri": "https://ia801201.us.archive.org/7/items/mbid-ba41a7ba-1033-4e5f-bdf8-1a55551d0802/mbid-ba41a7ba-1033-4e5f-bdf8-1a55551d0802-1491885865_thumb250.jpg",
    "song": "Fix Up, Look Sharp",
    "track_id": "4181116b-72b0-3aea-9219-9aa559883d4b",
    "recording_id": "9f50ae2f-ce46-45bd-bc44-b5ec566e9e97",
    "artist": "Dizzee Rascal",
    "artist_ids": [
        "1a99cc88-aea3-4fe3-96b9-20791667f65f"
    ],
    "album": "Boy in da Corner",
    "release_id": "ba41a7ba-1033-4e5f-bdf8-1a55551d0802",
    "release_group_id": "01ac6115-0ea4-346d-b022-5bcde31c6264",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2003-07-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track samples multiple elements of 1980's \"The Big Beat\" by Billy Squier. \n https://dizzeerascal.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}