Information about plays

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

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

{
    "id": 3572788,
    "uri": "https://api.kexp.org/v2/plays/3572788/?format=api",
    "airdate": "2025-11-01T21:04:51-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Falling",
    "track_id": null,
    "recording_id": null,
    "artist": "Budget Boozers",
    "artist_ids": [
        "6fb07751-d0c4-4075-ae9d-1c23fd73382e"
    ],
    "album": "Love You Hate You",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Voodoo Rhythm Records"
    ],
    "label_ids": [
        "34f25262-c441-462b-ac43-b2f7974780f2"
    ],
    "release_date": "2024-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Swiss band featuring members of The Jackets', 'The Lovers' or the Post-punk's 'Dead Bunny'.  One of our favorite albums of 2024!\n\nhttps://budgetboozers.bandcamp.com/album/love-you-hate-you-2024\nhttps://voodoorhythm.ch/cms/artists.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}