Information about plays

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

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

{
    "id": 3550009,
    "uri": "https://api.kexp.org/v2/plays/3550009/?format=api",
    "airdate": "2025-09-07T11:03:08-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sad Song",
    "track_id": null,
    "recording_id": null,
    "artist": "The War Lords",
    "artist_ids": [],
    "album": "Badger A Go Go",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Numero"
    ],
    "label_ids": [],
    "release_date": "2017-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From a compilation of lost gems from Wisconsin-based 60s label Cuca Records which was cashing in on the demand for music for teenagers compiled by Numero Records--a cover of the iconic Otis Redding song.\nhttps://fromthestacks.bandcamp.com/album/badger-a-go-go",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}