Information about plays

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

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

{
    "id": 3632316,
    "uri": "https://api.kexp.org/v2/plays/3632316/?format=api",
    "airdate": "2026-03-22T10:25:16-07:00",
    "show": 66250,
    "show_uri": "https://api.kexp.org/v2/shows/66250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trinity River",
    "track_id": null,
    "recording_id": "f22e593a-224a-43a1-86c8-cbfa81ab0358",
    "artist": "Charley Crockett",
    "artist_ids": [
        "cf391be8-a609-4fcf-8de1-0eff6b639ae5"
    ],
    "album": "The Man From Waco",
    "release_id": null,
    "release_group_id": "dfb6a1a5-54f5-40c3-8c8b-34a2c13e54a9",
    "labels": [
        "Thirty Tigers"
    ],
    "label_ids": [
        "5ecd57fa-e156-453e-94c9-3c8f1832b3ec"
    ],
    "release_date": "2022-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dedicated to Ms. Audrey Derrell and Sam “Lightnin’” Hopkins.\n\nPlaying as part of the “river” themed set of The Roadhouses’ 6 Degrees set.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}