Information about plays

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

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

{
    "id": 3555868,
    "uri": "https://api.kexp.org/v2/plays/3555868/?format=api",
    "airdate": "2025-09-21T11:28:07-07:00",
    "show": 64622,
    "show_uri": "https://api.kexp.org/v2/shows/64622/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2dc9665-ff30-4e45-8d59-8588a4e78724/34817758595-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2dc9665-ff30-4e45-8d59-8588a4e78724/34817758595-250.jpg",
    "song": "Starving Artist",
    "track_id": null,
    "recording_id": "d8588a65-10df-4a1a-93bc-217ab5ceef16",
    "artist": "John Andrews & the Yawns",
    "artist_ids": [
        "4a45dbea-909c-4467-a7b9-13aef1efa42e"
    ],
    "album": "Love for the Underdog",
    "release_id": null,
    "release_group_id": "598fb708-37c9-4389-8ecf-2db6c7c7a9c0",
    "labels": [
        "Woodsist"
    ],
    "label_ids": [
        "f4b10497-515a-459b-a01b-3667eb8170e8"
    ],
    "release_date": "2023-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in NY with help from his bandmates in Cut Worms' touring outfit, Max Clarke, Keven Lareau & Noah Bond.\nhttps://johnandrewsyawns.bandcamp.com/album/love-for-the-underdog",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}