Information about plays

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

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

{
    "id": 3605130,
    "uri": "https://api.kexp.org/v2/plays/3605130/?format=api",
    "airdate": "2026-01-16T14:55:00-08:00",
    "show": 65666,
    "show_uri": "https://api.kexp.org/v2/shows/65666/?format=api",
    "image_uri": "https://coverartarchive.org/release/fd5b992e-23fa-3a3d-9422-772bedae2ab3/10355273764-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fd5b992e-23fa-3a3d-9422-772bedae2ab3/10355273764-250.jpg",
    "song": "One In A Million",
    "track_id": null,
    "recording_id": "3c08f248-ea9a-4566-9e58-b938a0fc9aaa",
    "artist": "Aaliyah",
    "artist_ids": [
        "bc85da58-52d9-457d-ae8d-5d8d4ec870a9"
    ],
    "album": "One in a Million",
    "release_id": null,
    "release_group_id": "776a71f8-2071-3743-aab4-83436df1b366",
    "labels": [
        "EMPIRE"
    ],
    "label_ids": [
        "b997d9d6-b0c6-438d-8b7c-d11729d8ebda"
    ],
    "release_date": "1996-08-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This lovely song was written by Missy Elliott and Timbaland.  Timbaland produced it. \nWatch the original video here: https://www.youtube.com/watch?v=KKSz4NE6PwY\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}