Information about plays

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

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

{
    "id": 3584170,
    "uri": "https://api.kexp.org/v2/plays/3584170/?format=api",
    "airdate": "2025-11-28T16:40:19-08:00",
    "show": 65233,
    "show_uri": "https://api.kexp.org/v2/shows/65233/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Common/People",
    "track_id": null,
    "recording_id": null,
    "artist": "William Shatner, Kirk, Spock",
    "artist_ids": [],
    "album": null,
    "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": "The excellent version of \"Common People\" as performed by William Shatner with help from Joe Jackson and Ben Folds.\n\nAs if that wasn't enough there's a Kirk/Spock video set to the music, using scenes from The Animated Series. What more could you want? Enjoy.\nhttps://youtu.be/KXWEM4gZhg4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}