Information about plays

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

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

{
    "id": 3585657,
    "uri": "https://api.kexp.org/v2/plays/3585657/?format=api",
    "airdate": "2025-12-02T01:46:58-08:00",
    "show": 65267,
    "show_uri": "https://api.kexp.org/v2/shows/65267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Birthday (MJ Cole remix)",
    "track_id": null,
    "recording_id": "84c12233-36a1-43b9-9306-c9be4359dfb7",
    "artist": "Disclosure, Kehlani & Syd",
    "artist_ids": [
        "ae65c507-d9a0-4d42-9a6c-2b1f82158b9f",
        "3260ce89-5eb0-4c6a-89c7-379c0dfc2ab9",
        "7d3d6c65-e053-4657-8705-0ca61bc012ad"
    ],
    "album": "ENERGY",
    "release_id": null,
    "release_group_id": "cf39d16f-67bf-4d04-a0a3-177a93eba453",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2020-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MJ Cole adding his legendary UKG touch on this Disclosure jam featuring Syd and Kehlani! The original of this song is hot too, check out the inventive video here: https://youtu.be/pFtk274nHX4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}