Information about plays

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

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

{
    "id": 3587415,
    "uri": "https://api.kexp.org/v2/plays/3587415/?format=api",
    "airdate": "2025-12-06T03:56:15-08:00",
    "show": 65300,
    "show_uri": "https://api.kexp.org/v2/shows/65300/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bloom",
    "track_id": "7276c675-bc01-4214-8757-75f6523355bf",
    "recording_id": "c8068b13-ea24-451f-93f4-d65fe8f6d89f",
    "artist": "Maribou State feat. Gaidaa",
    "artist_ids": [
        "deefd1e0-fe2e-4f47-9c4b-4ad1aabad742",
        "72034a05-bcd8-40c2-8255-3ee4ac0e7ef0"
    ],
    "album": "Hallucinating Love",
    "release_id": "b1c639d0-b918-47e4-a3c8-74f4e3237e44",
    "release_group_id": "2a3fdedd-f9e2-45f9-987a-be2d91d1f9eb",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2025-01-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest album from London’s dynamic duo of Chris Davids and Liam Ivory.\n\nhttps://mariboustate.bandcamp.com/album/hallucinating-love\n\n--\n\nMaribou State performed Live on KEXP in 2019. Check out the video here: https://www.youtube.com/watch?v=TEy-lof4F_I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}