Information about plays

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

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

{
    "id": 3554266,
    "uri": "https://api.kexp.org/v2/plays/3554266/?format=api",
    "airdate": "2025-09-17T17:26:35-07:00",
    "show": 64588,
    "show_uri": "https://api.kexp.org/v2/shows/64588/?format=api",
    "image_uri": "https://coverartarchive.org/release/a250c271-493b-4a17-8abb-3d36a09330b7/31805091172-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a250c271-493b-4a17-8abb-3d36a09330b7/31805091172-250.jpg",
    "song": "Bone",
    "track_id": null,
    "recording_id": "20647b87-b7df-455f-b996-666a338532dc",
    "artist": "Map of Africa",
    "artist_ids": [
        "fe6ad887-53dc-4195-8bb2-175bd4659fef"
    ],
    "album": "Map of Africa",
    "release_id": null,
    "release_group_id": "d0ec61fb-eb13-3601-8a68-5a3038bd1dc4",
    "labels": [
        "Whatever We Want Records"
    ],
    "label_ids": [
        "d06e664a-4aef-4d4e-b171-885473417b6c"
    ],
    "release_date": "2007-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thomas Bullock (A.R.E Weapons) and DJ Harvey met up as members of the group TONKA Hi Fi; in 2007, they spun up a rock collaboration named Map of Africa.  Rob Theakston from Allmusic praised the limited pressing -- https://tinyurl.com/y7zlfwrw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}