Information about plays

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

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

{
    "id": 3603066,
    "uri": "https://api.kexp.org/v2/plays/3603066/?format=api",
    "airdate": "2026-01-11T12:32:17-08:00",
    "show": 65623,
    "show_uri": "https://api.kexp.org/v2/shows/65623/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Handwriting",
    "track_id": "b6b29406-4558-4a66-8ad5-5051d033549f",
    "recording_id": "5db35219-99b6-4209-abdc-dcc008b55755",
    "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. Watch the whole peformance 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"
}