Information about plays

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

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

{
    "id": 3546564,
    "uri": "https://api.kexp.org/v2/plays/3546564/?format=api",
    "airdate": "2025-08-30T03:58:19-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?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": "Scary Monsters (and Super Creeps)",
    "track_id": null,
    "recording_id": "03c8421a-8ed0-41da-b020-c3719810fba4",
    "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 Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1980-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}