Information about plays

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

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

{
    "id": 3500267,
    "uri": "https://api.kexp.org/v2/plays/3500267/?format=api",
    "airdate": "2025-05-12T03:52:17-07:00",
    "show": 63439,
    "show_uri": "https://api.kexp.org/v2/shows/63439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hate the Game Not the Player",
    "track_id": null,
    "recording_id": null,
    "artist": "REVERIE, Stella Standingbear, Louden",
    "artist_ids": [],
    "album": "Hate the Game Not the Player",
    "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": "Lakota\n--\nhttps://www.stellastandingbear.com/music\nhttps://loudendj.bandcamp.com\nhttps://reverielove.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}