Information about plays

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

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

{
    "id": 3635382,
    "uri": "https://api.kexp.org/v2/plays/3635382/?format=api",
    "airdate": "2026-03-30T00:57:32-07:00",
    "show": 66316,
    "show_uri": "https://api.kexp.org/v2/shows/66316/?format=api",
    "image_uri": "https://coverartarchive.org/release/a723e73f-0edc-4b3b-82ed-d9619aeb9433/18445161028-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a723e73f-0edc-4b3b-82ed-d9619aeb9433/18445161028-250.jpg",
    "song": "Bermondsey Bosom (Left)",
    "track_id": null,
    "recording_id": "21a7ec57-74a6-4105-ac17-2fc6aa61e18b",
    "artist": "King Krule",
    "artist_ids": [
        "c0daae21-ec2a-4dd0-a323-4f53f5945d04"
    ],
    "album": "The Ooz",
    "release_id": null,
    "release_group_id": "6ee668b0-8d9b-490b-bdf2-1c68cf197891",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2017-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}