Information about plays

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

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

{
    "id": 3523843,
    "uri": "https://api.kexp.org/v2/plays/3523843/?format=api",
    "airdate": "2025-07-07T09:14:49-07:00",
    "show": 63947,
    "show_uri": "https://api.kexp.org/v2/shows/63947/?format=api",
    "image_uri": "https://ia601602.us.archive.org/18/items/mbid-a40d527d-1ff7-4d12-8bd7-e460300ea527/mbid-a40d527d-1ff7-4d12-8bd7-e460300ea527-17256938117_thumb500.jpg",
    "thumbnail_uri": "https://ia601602.us.archive.org/18/items/mbid-a40d527d-1ff7-4d12-8bd7-e460300ea527/mbid-a40d527d-1ff7-4d12-8bd7-e460300ea527-17256938117_thumb250.jpg",
    "song": "How Soon Is Now?",
    "track_id": "ed4ad2af-a57f-33dd-9185-bd88ae0cf2ca",
    "recording_id": "cae8bbec-c2ff-4972-9218-8f90acb07b1b",
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "How Soon Is Now?",
    "release_id": "a40d527d-1ff7-4d12-8bd7-e460300ea527",
    "release_group_id": "49945a24-096a-3e99-aa1b-5226e39b44af",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "71247f6b-fd24-4a56-89a2-23512f006f0c"
    ],
    "release_date": "1985-01-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released as a 1984 b-side to the single \"Heaven Knows I'm Miserable Now\", then included on 1984's \"Hatful of Hollow\" This song was recorded during a four-day period along with \"William, It Was Really Nothing\" and \"Please, Please, Please, Let Me Get What I Want.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}