Information about plays

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

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

{
    "id": 3587800,
    "uri": "https://api.kexp.org/v2/plays/3587800/?format=api",
    "airdate": "2025-12-06T22:19:20-08:00",
    "show": 65309,
    "show_uri": "https://api.kexp.org/v2/shows/65309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soap",
    "track_id": null,
    "recording_id": null,
    "artist": "Toys That Kill",
    "artist_ids": [
        "65e2a019-ebaa-44ad-9c84-353d764a5fb0"
    ],
    "album": "Sentimental Ward",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Recess Records"
    ],
    "label_ids": [
        "3b128411-fd68-4ec7-871f-6f57e0225a36"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band's core members, Todd Congelliere and Sean Cole, transitioned from F.Y.P. (Five Year Plan) to Toys that Kill in 1999.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}