Information about plays

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

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

{
    "id": 3595522,
    "uri": "https://api.kexp.org/v2/plays/3595522/?format=api",
    "airdate": "2025-12-24T20:46:50-08:00",
    "show": 65467,
    "show_uri": "https://api.kexp.org/v2/shows/65467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chifundo",
    "track_id": null,
    "recording_id": "1905a8c9-462d-4975-ada2-c7c19de7d6be",
    "artist": "WITCH",
    "artist_ids": [
        "6fc531d2-9a47-496b-b4b5-01e2b17fe99d"
    ],
    "album": "We Intend to Cause Havoc!",
    "release_id": null,
    "release_group_id": "f72ba4f9-5908-4251-9c79-86bc83af38b9",
    "labels": [
        "Now-Again Records"
    ],
    "label_ids": [
        "22bafcc1-3a4b-4fe9-b932-6125af3a297c"
    ],
    "release_date": "2011-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://KEXP.ORG presents W.I.T.C.H. performing “Chifundo” live in the KEXP studio. Recorded June 16, 2022.\n- https://www.youtube.com/watch?v=9GcCaf2DrYc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}