Information about plays

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

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

{
    "id": 3588054,
    "uri": "https://api.kexp.org/v2/plays/3588054/?format=api",
    "airdate": "2025-12-07T12:08:58-08:00",
    "show": 65314,
    "show_uri": "https://api.kexp.org/v2/shows/65314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Higher Learning at The Skyway",
    "track_id": "c2a27207-2d68-4c02-a151-6da4bd9cf456",
    "recording_id": "43108fd8-49a1-4bfc-a983-651e7e9d580d",
    "artist": "Brother Ali",
    "artist_ids": [
        "e0b267df-9e16-4fd3-abb2-b47e61e7a2aa"
    ],
    "album": "Satisfied Soul",
    "release_id": "0ccb67aa-744c-4ac8-8a2f-8b292d614668",
    "release_group_id": "58e71048-20e0-4089-970e-a7e4f150abd3",
    "labels": [
        "Mello Music Group"
    ],
    "label_ids": [
        "76efd859-3479-4c4a-a2ea-11740a0ab5b7"
    ],
    "release_date": "2025-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brother Ali was at KEXP in February. Catch the full performance at https://www.youtube.com/watch?v=8I0t6V4X0fY\n\nhttps://brotherali-mmg.bandcamp.com/album/satisified-soul\nhttps://www.brotherali.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}