Information about plays

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

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

{
    "id": 3556516,
    "uri": "https://api.kexp.org/v2/plays/3556516/?format=api",
    "airdate": "2025-09-23T00:36:59-07:00",
    "show": 64637,
    "show_uri": "https://api.kexp.org/v2/shows/64637/?format=api",
    "image_uri": "https://coverartarchive.org/release/72dc2932-8c03-4441-88d6-ff385d543921/42256028941-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/72dc2932-8c03-4441-88d6-ff385d543921/42256028941-250.jpg",
    "song": "Earthling",
    "track_id": null,
    "recording_id": null,
    "artist": "Amaliah",
    "artist_ids": [
        "dd46be42-2145-4a85-9ca7-bbe5a457a0b0"
    ],
    "album": "Hypnosis EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Peach Discs"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "No need for hypnosis to enjoy this one - https://amaliah.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}