Information about plays

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

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

{
    "id": 3567156,
    "uri": "https://api.kexp.org/v2/plays/3567156/?format=api",
    "airdate": "2025-10-19T10:41:24-07:00",
    "show": 64876,
    "show_uri": "https://api.kexp.org/v2/shows/64876/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Belle",
    "track_id": null,
    "recording_id": "2cfbe1ee-91e8-429b-8ab1-fa9c52ea4ec4",
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "The Belle Album",
    "release_id": null,
    "release_group_id": "4d8ba551-d676-32e4-a4a9-4fa5902dc6b0",
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "1977-12-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Memphis singer was going through a lot of changes on this album, having recently been ordained as a pastor, this was one of his last secular records, he recorded it without his longtime producer Willie Mitchell and the Hi Rhythm Section and it was the first time he played lead guitar on his recordings.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}