Information about plays

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

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

{
    "id": 3598727,
    "uri": "https://api.kexp.org/v2/plays/3598727/?format=api",
    "airdate": "2026-01-01T07:03:55-08:00",
    "show": 65531,
    "show_uri": "https://api.kexp.org/v2/shows/65531/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Overslept",
    "track_id": null,
    "recording_id": "0c523955-a369-4769-9dc9-8533d6a08e36",
    "artist": "Good Morning",
    "artist_ids": [
        "8d8de78f-8097-4e10-9d37-bf9b4aef614f"
    ],
    "album": "Glory",
    "release_id": null,
    "release_group_id": "3c34032f-3380-474f-a565-5f8a2b6da9bf",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Melbourne, Australian band:\nhttps://goodmorning.band/\nhttps://goodmorningisaband.bandcamp.com/album/glory",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}