Information about plays

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

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

{
    "id": 3412827,
    "uri": "https://api.kexp.org/v2/plays/3412827/?format=api",
    "airdate": "2024-10-15T07:07:56-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Memory Cassettes",
    "track_id": "3408fd04-a2bc-4766-849c-0148afc1a4db",
    "recording_id": "b19b52bf-3194-4253-b55d-799d3d6f2ab1",
    "artist": "Ben Böhmer",
    "artist_ids": [
        "e4f12dfc-1ee7-4250-8e24-549b6d46676d"
    ],
    "album": "Bloom",
    "release_id": "fb8cc69e-7e90-4b30-bd33-46def4d9854f",
    "release_group_id": "d23bcf80-6b6c-4cf6-ab7e-5220e22d5f83",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2024-09-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Renowned, award-winning, Berlin based electronic music artist Ben Böhmer has just released his first new studio album in three years, Bloom. \n\nComing off a record-breaking world tour in support of his previous album, during which he sold out all dates months in advance, Ben Böhmer made a point to take time to himself and return to the space that compels him the most: his studio. Boom.\nhttps://benbohmer.bandcamp.com/album/bloom",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}