Information about plays

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

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

{
    "id": 3572283,
    "uri": "https://api.kexp.org/v2/plays/3572283/?format=api",
    "airdate": "2025-10-31T16:31:56-07:00",
    "show": 64985,
    "show_uri": "https://api.kexp.org/v2/shows/64985/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Devil's Run",
    "track_id": null,
    "recording_id": "9eb12677-e4d2-48fd-aec8-b0269f5bb391",
    "artist": "Peter Jacques Band",
    "artist_ids": [
        "24ca7e88-ac66-4441-bbeb-fd12bb0aa6d6"
    ],
    "album": "Fire Night Dance",
    "release_id": null,
    "release_group_id": "1e815212-10fc-4c5b-b939-eb639cdb7aad",
    "labels": [
        "Big Break Records"
    ],
    "label_ids": [
        "dedfd16a-311b-48c7-8f3b-4979ec098259"
    ],
    "release_date": "1979-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read about the successful business band and his band here: http://jacquespetrus.com/petrus.htm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}