Information about plays

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

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

{
    "id": 3544154,
    "uri": "https://api.kexp.org/v2/plays/3544154/?format=api",
    "airdate": "2025-08-24T09:59:18-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "More, More, More",
    "track_id": null,
    "recording_id": null,
    "artist": "The Andrea True Connection",
    "artist_ids": [],
    "album": "Andrea True",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Buddah"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When former adult film star True finished a TV commercial in Jamaica she was unable to return to the US with the money earned from the gig, so she invested it into recording this song on the island.\nhttps://www.bbc.com/news/entertainment-arts-15908790",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}