Information about plays

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

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

{
    "id": 3629018,
    "uri": "https://api.kexp.org/v2/plays/3629018/?format=api",
    "airdate": "2026-03-14T22:52:30-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "https://coverartarchive.org/release/c08158c8-7bc3-4d7b-928c-231eb1edc821/33545818752-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c08158c8-7bc3-4d7b-928c-231eb1edc821/33545818752-250.jpg",
    "song": "Pallbearer's Hymn",
    "track_id": null,
    "recording_id": "9a62e596-25cc-4d2a-ac73-d1991119e387",
    "artist": "By the Grace of God",
    "artist_ids": [
        "42a5a24f-7fa9-4790-879d-fe5fb3d91f9f"
    ],
    "album": "For the Love of Indie Rock",
    "release_id": null,
    "release_group_id": "c2bf406f-c39f-32e1-9705-ee69c15e8ac1",
    "labels": [
        "Victory Records"
    ],
    "label_ids": [
        "f4d6991e-3385-46aa-b643-9223ee94354f"
    ],
    "release_date": "1996-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Louisville's By the Grace of God was one of the most radical and politically outspoken band of the straight-edge and hardcore revival scenes of the mid-'90s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}