Information about plays

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

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

{
    "id": 3588011,
    "uri": "https://api.kexp.org/v2/plays/3588011/?format=api",
    "airdate": "2025-12-07T10:24:42-08:00",
    "show": 65313,
    "show_uri": "https://api.kexp.org/v2/shows/65313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Dressing",
    "track_id": "c576b227-1472-39ce-8f03-c79fb2fedcac",
    "recording_id": "d9a51abf-79c5-4a6d-8958-7e57586b7c19",
    "artist": "Booker T. & The MG’s",
    "artist_ids": [
        "377015fb-c02f-4b05-960b-e0df6a7ea99e"
    ],
    "album": "The Very Best of Booker T. & The MG’s",
    "release_id": "1ab80213-58fd-4051-ba7c-b849c05db18c",
    "release_group_id": "a5f416d7-eb90-375d-8118-30cbfd7d82b9",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guitarist\n\nThe original album of this title track was their final album with bassist Lewie Steinberg, who was replaced by Donald \"Duck\" Dunn.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}