Information about plays

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

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

{
    "id": 3586790,
    "uri": "https://api.kexp.org/v2/plays/3586790/?format=api",
    "airdate": "2025-12-04T16:33:35-08:00",
    "show": 65288,
    "show_uri": "https://api.kexp.org/v2/shows/65288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fool for You",
    "track_id": "749907e0-d7a6-4d23-8587-1ceea30bd0ff",
    "recording_id": "8fcec0ef-8032-4d0b-b956-efbd92a95f59",
    "artist": "GUM & Ambrose Kenny‐Smith",
    "artist_ids": [
        "70a5cc3c-16ff-4d23-bbcb-82abdade234c",
        "e70fa82b-1080-42a9-b4d0-bae7f02e66d0"
    ],
    "album": "Ill Times",
    "release_id": "ba3249f9-e8c6-414a-a4d4-0baa90b9206f",
    "release_group_id": "d0ca17e0-22fb-4846-8318-a3f1f866ceb5",
    "labels": [
        "p(doom) Records"
    ],
    "label_ids": [
        "00b22497-81b3-454d-bbdc-89ab65bbb9a2"
    ],
    "release_date": "2024-07-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Collaboration between Jay Watson and Ambrose Kenny-Smith of Pond and King Gizzard and the Lizard Wizard, respectively. \"Fool For You\" is their take on The Impressions' original. Listen to the collaboration album here: https://gumambrosekenny-smith.bandcamp.com/album/ill-times\n\nhttps://jaywwatson.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}