Information about plays

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

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

{
    "id": 3598831,
    "uri": "https://api.kexp.org/v2/plays/3598831/?format=api",
    "airdate": "2026-01-01T13:14:24-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Are Delicious",
    "track_id": null,
    "recording_id": "03cacf95-730c-4b2c-877e-d32a80198c4b",
    "artist": "Mave & Dave",
    "artist_ids": [
        "6966272a-4b5e-4ef1-a81b-f1a9c23b9c20"
    ],
    "album": "Mr Bongo Record Club, Vol. 5",
    "release_id": null,
    "release_group_id": "4895a9b4-80a7-4c25-8489-a02c7ef298d9",
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [
        "0d518d8f-e485-4c2f-825a-ac6642c2f65d"
    ],
    "release_date": "2022-06-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mave & Dave are Trinidad's combo of Mavis John and her then-husband, Dave Elcock . This song was originally released by Mave & Dave in 1980 on Kalinda Records!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}