Information about plays

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

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

{
    "id": 3538146,
    "uri": "https://api.kexp.org/v2/plays/3538146/?format=api",
    "airdate": "2025-08-09T22:54:45-07:00",
    "show": 64248,
    "show_uri": "https://api.kexp.org/v2/shows/64248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wanna Kick Trump In The Face",
    "track_id": null,
    "recording_id": null,
    "artist": "The Radio Buzzkills",
    "artist_ids": [
        "1c924aeb-ac1d-4262-8737-44990076b651"
    ],
    "album": "Get Fired",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "OUTLOUD! records"
    ],
    "label_ids": [
        "1c84d0c0-8890-48cf-a748-e92a73c01bbe"
    ],
    "release_date": "2019-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The St. Louis based pop punk band puts a new spin on the classic 90’s Lookout era punk rock you know and love.\n\nhttps://theradiobuzzkills.bandcamp.com/album/get-even",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}