Information about plays

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

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

{
    "id": 3544851,
    "uri": "https://api.kexp.org/v2/plays/3544851/?format=api",
    "airdate": "2025-08-26T01:06:29-07:00",
    "show": 64390,
    "show_uri": "https://api.kexp.org/v2/shows/64390/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Waited All Night (Solomun Remix v11)",
    "track_id": null,
    "recording_id": null,
    "artist": "Jamie xx",
    "artist_ids": [
        "d1515727-4a93-4c0d-88cb-d7a9fce01879"
    ],
    "album": "Waired All Night (Solomun Remixes)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://soundcloud.com/jamie-xx-official/waited-all-night-solomun-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}