Information about plays

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

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

{
    "id": 3521490,
    "uri": "https://api.kexp.org/v2/plays/3521490/?format=api",
    "airdate": "2025-07-02T03:24:40-07:00",
    "show": 63896,
    "show_uri": "https://api.kexp.org/v2/shows/63896/?format=api",
    "image_uri": "https://ia600204.us.archive.org/8/items/mbid-0560cb19-3725-4e34-ae69-30fb48870fdf/mbid-0560cb19-3725-4e34-ae69-30fb48870fdf-1989626085_thumb500.jpg",
    "thumbnail_uri": "https://ia600204.us.archive.org/8/items/mbid-0560cb19-3725-4e34-ae69-30fb48870fdf/mbid-0560cb19-3725-4e34-ae69-30fb48870fdf-1989626085_thumb250.jpg",
    "song": "Dead Sound",
    "track_id": "3416cbb4-f4bd-3017-8242-d310ce4f62b4",
    "recording_id": "acb86894-d680-4c17-9f21-31b1869edf6e",
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "Lust Lust Lust",
    "release_id": "0560cb19-3725-4e34-ae69-30fb48870fdf",
    "release_group_id": "2dd0bc12-9d2b-35d7-876e-36d37adeb3c9",
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2008-02-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sept 19th @ Aladdin Theater - PDX\nSept 20th @ The Crocodile - Seattle\nSept 22nd @ The Independent - SF",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}