Information about plays

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

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

{
    "id": 3558479,
    "uri": "https://api.kexp.org/v2/plays/3558479/?format=api",
    "airdate": "2025-09-27T19:13:10-07:00",
    "show": 64683,
    "show_uri": "https://api.kexp.org/v2/shows/64683/?format=api",
    "image_uri": "https://coverartarchive.org/release/dfa1a4aa-9971-4c58-8c34-7a6c6c9093c4/2100044552-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dfa1a4aa-9971-4c58-8c34-7a6c6c9093c4/2100044552-250.jpg",
    "song": "Forgive Me",
    "track_id": null,
    "recording_id": "cabfa2bb-73a5-4d7a-8467-cbe599bf86f7",
    "artist": "Visqueen",
    "artist_ids": [
        "51c143bf-6d7a-459c-9284-a7b50a5736b1"
    ],
    "album": "Message to Garcia",
    "release_id": null,
    "release_group_id": "22ced4fc-1011-428b-8daa-548015234c47",
    "labels": [
        "Local 638 Records"
    ],
    "label_ids": [
        "6264a9dc-0e76-4270-8fc8-18d1e45cc02a"
    ],
    "release_date": "2009-09-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Visqueen perform LIVE on KEXP from back in 2010:\n\nhttps://www.youtube.com/watch?v=alQLIELKFqM&list=RDalQLIELKFqM&start_radio=1",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}