Information about plays

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

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

{
    "id": 3550873,
    "uri": "https://api.kexp.org/v2/plays/3550873/?format=api",
    "airdate": "2025-09-09T13:31:09-07:00",
    "show": 64518,
    "show_uri": "https://api.kexp.org/v2/shows/64518/?format=api",
    "image_uri": "https://coverartarchive.org/release/397156ef-e49e-4175-a247-05520c7b4484/14592044035-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/397156ef-e49e-4175-a247-05520c7b4484/14592044035-250.jpg",
    "song": "Ante Up (Robbin Hoodz Theory)",
    "track_id": null,
    "recording_id": "dca8183d-a04f-407d-a32d-397b9726fe39",
    "artist": "M.O.P.",
    "artist_ids": [
        "dbe35fab-1b3a-469b-87f0-6a54ef8de3c4"
    ],
    "album": "Warriorz",
    "release_id": null,
    "release_group_id": "b58ca95e-7902-378a-b017-87240a71244d",
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "2000-10-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Ante Up\" was released on this day 25 years ago!\n\nThe fourth studio album from hip hop duo M.O.P made up of emcees Billy Danze and Lil' Fame. \"Ante Up\" features a sample from soul and R&B duo Sam & Dave's track \"Soul Sister, Brown Sugar\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}