Information about plays

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

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

{
    "id": 3578352,
    "uri": "https://api.kexp.org/v2/plays/3578352/?format=api",
    "airdate": "2025-11-15T04:20:24-08:00",
    "show": 65113,
    "show_uri": "https://api.kexp.org/v2/shows/65113/?format=api",
    "image_uri": "https://ia802906.us.archive.org/33/items/mbid-2c3837a1-6252-4774-9102-998cd68d8532/mbid-2c3837a1-6252-4774-9102-998cd68d8532-3230521809_thumb500.jpg",
    "thumbnail_uri": "https://ia902906.us.archive.org/33/items/mbid-2c3837a1-6252-4774-9102-998cd68d8532/mbid-2c3837a1-6252-4774-9102-998cd68d8532-3230521809_thumb250.jpg",
    "song": "Star Guitar",
    "track_id": "1a1a86a1-b7c3-351b-82b4-95f1fda4b82b",
    "recording_id": "a0bd00fc-bdbf-4d30-a7e7-33ba544145cc",
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Brotherhood",
    "release_id": "0a2399bb-c984-3324-96b2-f42f10a2aab6",
    "release_group_id": "67f39a77-5fcd-3822-aa0a-47ae2ceed888",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2008-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song contains a four measure-long acoustic guitar sample from the beginning of the David Bowie song, \"Starman\", hence the name, \"Star Guitar.\" It also sampled the hook in Electronic System's 1977 \"Fly to Venus.\" \n--\nHere's that original Electronic System song for your consideration: https://www.youtube.com/watch?v=3e5PHuOk038",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}