Information about plays

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

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

{
    "id": 3633687,
    "uri": "https://api.kexp.org/v2/plays/3633687/?format=api",
    "airdate": "2026-03-26T00:37:47-07:00",
    "show": 66280,
    "show_uri": "https://api.kexp.org/v2/shows/66280/?format=api",
    "image_uri": "https://coverartarchive.org/release/104f475e-1761-4228-b9e4-ed46d086848a/3791440379-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/104f475e-1761-4228-b9e4-ed46d086848a/3791440379-250.jpg",
    "song": "Fashion",
    "track_id": null,
    "recording_id": "9540b917-921a-4edb-b952-6d68b4553267",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Scary Monsters… and Super Creeps",
    "release_id": null,
    "release_group_id": "bb13cb45-254c-3a61-89a5-15d22a97e6d6",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1980-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "While Mary J. Blige and David Bowie never knew one another, she spoke about him and his legacy at a fashion event in 2016 for Stella McCartney.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}