Information about plays

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

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

{
    "id": 3547116,
    "uri": "https://api.kexp.org/v2/plays/3547116/?format=api",
    "airdate": "2025-08-31T10:01:50-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Long Goodbye",
    "track_id": null,
    "recording_id": null,
    "artist": "Dean Johnson",
    "artist_ids": [
        "072a1c1a-08a1-4bee-8ff2-94d047b50f37"
    ],
    "album": "I Hope We Can Still Be Friends",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Saddle Creek"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Roadhouse fave and Seattle local Johnson will be playing The Chapel, SF 11/18 The Showbox, Seattle 11/21.\nDean played live on The Midday Show on Wednesday, listen back in the archive.\nhttps://deanjohnsongs.bandcamp.com/album/i-hope-we-can-still-be-friends",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}