Information about plays

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

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

{
    "id": 3545383,
    "uri": "https://api.kexp.org/v2/plays/3545383/?format=api",
    "airdate": "2025-08-27T06:05:55-07:00",
    "show": 64399,
    "show_uri": "https://api.kexp.org/v2/shows/64399/?format=api",
    "image_uri": "https://ia601805.us.archive.org/30/items/mbid-a6b157c6-5650-4fb1-90db-3c1a430d334c/mbid-a6b157c6-5650-4fb1-90db-3c1a430d334c-5950554240_thumb500.jpg",
    "thumbnail_uri": "https://ia801805.us.archive.org/30/items/mbid-a6b157c6-5650-4fb1-90db-3c1a430d334c/mbid-a6b157c6-5650-4fb1-90db-3c1a430d334c-5950554240_thumb250.jpg",
    "song": "Lovin' You Baby",
    "track_id": "e37a79eb-aaec-4685-9572-f21ce2c8015d",
    "recording_id": "50b7842b-8744-4de0-86a0-ba791d130914",
    "artist": "Charles Bradley",
    "artist_ids": [
        "dc6d2ba1-012c-47a7-ba3f-d74e76c30d53"
    ],
    "album": "Live at KEXP, Volume Nine",
    "release_id": "a6b157c6-5650-4fb1-90db-3c1a430d334c",
    "release_group_id": "5df89912-04e2-4dc8-93e3-2eb1d1a4a4b6",
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2013-09-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Good morning, Team Early! I became an Amplifier in response to the changes that the station made in 2020 in the wake of the murder of George Floyd. KEXP taking action to address how they could better represent a broader range of voices on air has been most appreciated. May I request something off Live on KEXP Vol.9: Charles Bradley-Lovin' You Baby? Thanks for all you do!\" \n\n-Dave, Amplifier in Chicago\n",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}