Information about plays

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

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

{
    "id": 3523893,
    "uri": "https://api.kexp.org/v2/plays/3523893/?format=api",
    "airdate": "2025-07-07T12:28:39-07:00",
    "show": 63948,
    "show_uri": "https://api.kexp.org/v2/shows/63948/?format=api",
    "image_uri": "https://ia600408.us.archive.org/6/items/mbid-b68720a2-0d08-4247-bcc4-bed1d9a2fdb8/mbid-b68720a2-0d08-4247-bcc4-bed1d9a2fdb8-18634614297_thumb500.jpg",
    "thumbnail_uri": "https://ia800408.us.archive.org/6/items/mbid-b68720a2-0d08-4247-bcc4-bed1d9a2fdb8/mbid-b68720a2-0d08-4247-bcc4-bed1d9a2fdb8-18634614297_thumb250.jpg",
    "song": "How We Operate",
    "track_id": "e7b0d01d-2ca9-38e0-b900-89202c75670e",
    "recording_id": "4258b2db-d22d-44f0-a709-c9a443e3a18d",
    "artist": "Gomez",
    "artist_ids": [
        "304cdd9d-a04e-4eb2-865c-980a553a0efd"
    ],
    "album": "How We Operate",
    "release_id": "b68720a2-0d08-4247-bcc4-bed1d9a2fdb8",
    "release_group_id": "b1aa5757-fa1b-380b-8163-7bdafeb144ba",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2006-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl hosted English indie rock band Gomez Live on KEXP back in 2018. Check out that session here!\n\nhttps://www.youtube.com/watch?v=dx7kezXlF9U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}