Information about plays

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

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

{
    "id": 3550138,
    "uri": "https://api.kexp.org/v2/plays/3550138/?format=api",
    "airdate": "2025-09-07T18:01:54-07:00",
    "show": 64502,
    "show_uri": "https://api.kexp.org/v2/shows/64502/?format=api",
    "image_uri": "https://coverartarchive.org/release/e2343220-58f1-409c-a161-a56116ac4ece/16014503154-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e2343220-58f1-409c-a161-a56116ac4ece/16014503154-250.jpg",
    "song": "Aint No Need",
    "track_id": null,
    "recording_id": "ed71de64-680e-4ea9-83e1-6e4f88e64965",
    "artist": "The Cuban Brothers",
    "artist_ids": [
        "b90d572e-1783-4601-aff9-bd07d0b754af"
    ],
    "album": "Yo Bonita",
    "release_id": null,
    "release_group_id": "f52003a2-f81a-4f9b-b8ff-4f714410d515",
    "labels": [
        "Jam City"
    ],
    "label_ids": [
        "d2b30193-ea31-4885-b11a-04c2f8eafabe"
    ],
    "release_date": "2013-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Cuban Brothers released \"Ain't No Need\" on their 2013 album Yo Bonita, with Jam City Records.\n\n\"From humble beginnings, Miguel Mantovani, Archerio Mantovani and Kengo San have built Los Hermanos Cubanos – The Cuban Brothers – into a legendary outfit that continuously sells out shows across the globe.\"\nhttps://thecubanbrothers.uk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}