Information about plays

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

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

{
    "id": 3578688,
    "uri": "https://api.kexp.org/v2/plays/3578688/?format=api",
    "airdate": "2025-11-15T20:57:56-08:00",
    "show": 65121,
    "show_uri": "https://api.kexp.org/v2/shows/65121/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bottomfeeder",
    "track_id": null,
    "recording_id": "bb945d67-c119-4023-86eb-99028cadbcfb",
    "artist": "Coastlands",
    "artist_ids": [
        "a14746b6-a91e-4e45-abfd-d1f6d71b97c1"
    ],
    "album": "The Further Still",
    "release_id": null,
    "release_group_id": "ec07e0cb-282a-4824-b500-f17d684a81e6",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-11-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's Portland post-metal band Coastlands!\n\nhttps://coastlands.bandcamp.com/album/the-further-still",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}