Information about plays

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

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

{
    "id": 3599887,
    "uri": "https://api.kexp.org/v2/plays/3599887/?format=api",
    "airdate": "2026-01-03T22:29:06-08:00",
    "show": 65557,
    "show_uri": "https://api.kexp.org/v2/shows/65557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Heard Those Guys Were Assholes",
    "track_id": null,
    "recording_id": null,
    "artist": "Florida Man",
    "artist_ids": [
        "e69749b7-cc37-4fd0-a0bf-50554d6ba9e1"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-09-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Florida Man will be performing at the Keep Bremerton Feared Fest on January 10th at the Charleton.\n\nhttps://www.instagram.com/keep_bremerton_feared_fest/\nhttps://floridamanseattle.bandcamp.com/track/we-heard-those-guys-were-assholes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}