Information about plays

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

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

{
    "id": 3586753,
    "uri": "https://api.kexp.org/v2/plays/3586753/?format=api",
    "airdate": "2025-12-04T14:09:18-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunny",
    "track_id": null,
    "recording_id": "e624d013-b40a-484b-8a0f-9511b1d8b272",
    "artist": "Booker T. & the MG’s",
    "artist_ids": [
        "377015fb-c02f-4b05-960b-e0df6a7ea99e"
    ],
    "album": "Hip Hug‐Her",
    "release_id": null,
    "release_group_id": "a8a7e4f6-6842-311c-a384-2c25ca7fcb12",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "1967-05-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That lovely guitar work is by Steve Cropper as Booker T. & The MG's cover the Bobby Hebb (written and sung by Hebb) in 1963.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}