Information about plays

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

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

{
    "id": 3603018,
    "uri": "https://api.kexp.org/v2/plays/3603018/?format=api",
    "airdate": "2026-01-11T09:51:02-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Waddlin’ Around",
    "track_id": null,
    "recording_id": "d427f526-2c80-4059-a11a-70055043c7b0",
    "artist": "BBQ",
    "artist_ids": [
        "2ba15f3d-21f2-4979-aa57-63a44538dede"
    ],
    "album": "Tie Your Noose",
    "release_id": null,
    "release_group_id": "06f047ea-19bc-38f6-9d77-3a460537276b",
    "labels": [
        "BOMP! Records"
    ],
    "label_ids": [
        "43468682-b489-4e05-841e-f5a6edd9b5d3"
    ],
    "release_date": "2005-01-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the Montreal musician Mark Sultan under his pseudonym, King Khan & BBQ in-studio back in 2014:\nhttps://www.youtube.com/watch?v=6Dh4fkDWa0I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}