Information about plays

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

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

{
    "id": 3637931,
    "uri": "https://api.kexp.org/v2/plays/3637931/?format=api",
    "airdate": "2026-04-04T21:52:43-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/1b9d6fc9-8cd3-4913-88db-887e082d14da/8486107220-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1b9d6fc9-8cd3-4913-88db-887e082d14da/8486107220-250.jpg",
    "song": "War Pimp Renaissance",
    "track_id": null,
    "recording_id": "48caf735-6cad-44f7-88ea-05be7ba94ae6",
    "artist": "Lard",
    "artist_ids": [
        "4430600b-0fdb-43a1-be52-c81aa7ab1682"
    ],
    "album": "Pure Chewing Satisfaction",
    "release_id": null,
    "release_group_id": "9e90112e-8bc8-30d2-aaa6-6e741cef9add",
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "1997-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Founded in 1988 as a side project by Jello Biafra and members of Ministry.  Alternative Tentacles reported that they will be released represses of this album soon.\n\nhttps://alternativetentacles.com/blogs/news/production-update-lard-the-last-temptation-of-reid-test-pressings-have-arrived",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}