Information about plays

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

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

{
    "id": 3587973,
    "uri": "https://api.kexp.org/v2/plays/3587973/?format=api",
    "airdate": "2025-12-07T09:01:03-08:00",
    "show": 65313,
    "show_uri": "https://api.kexp.org/v2/shows/65313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slim Jenkins’ Place",
    "track_id": "c85f58d6-78d9-3ed1-b84a-2cf7248e67fa",
    "recording_id": "667c6c6b-de57-452d-8e8f-6807126478bf",
    "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": "Co-writer/Guitarist\n\nThe house band for legendary and highly revered record label Stax Records, Booker T. and The MG's played on hits from Otis Redding, Wilson Pickett, Carla Thomas, Albert King, and Sam & Dave as well as their own hits such as 'Green Onions'.\n\nhttps://staxrecords.com/artist/booker-t-the-m-g-s/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}