Information about plays

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

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

{
    "id": 3550174,
    "uri": "https://api.kexp.org/v2/plays/3550174/?format=api",
    "airdate": "2025-09-07T20:37:24-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": "So Sweet",
    "track_id": null,
    "recording_id": "59f8a281-6e0a-43b4-b8c1-080cfbfa3cf3",
    "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-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Cuban Brothers collaborated with Mica Paris for \"So Sweet\" on the 2013 album Yo Bonita.\n\nMichelle Antoinette Wallen MBE, known professionally as Mica Paris, is an English singer, presenter, and actress. Her debut album, So Good, was released in 1988, spawning the singles \"My One Temptation\" and \"Where Is the Love\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}