Information about plays

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

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

{
    "id": 3500270,
    "uri": "https://api.kexp.org/v2/plays/3500270/?format=api",
    "airdate": "2025-05-12T04:07:53-07:00",
    "show": 63439,
    "show_uri": "https://api.kexp.org/v2/shows/63439/?format=api",
    "image_uri": "https://coverartarchive.org/release/25a613de-d297-4a84-ad2a-c2b523ee7f7f/19763073694-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/25a613de-d297-4a84-ad2a-c2b523ee7f7f/19763073694-250.jpg",
    "song": "Sentimental Walk",
    "track_id": null,
    "recording_id": "af3ecc05-a808-46f8-87df-b4ecacd94cbe",
    "artist": "Jim Pepper, Christoph Spendel, Ron McClure, Reuben Hoch",
    "artist_ids": [
        "dc7c2382-e566-43e6-9250-3fe2e3c63713",
        "4dd2c9f0-2fe3-4fd1-98e3-75fe5d261563",
        "d7b1396c-0b09-4ec4-a553-38c10ed195d1",
        "beec3fa8-8b49-4aa1-b65e-55926b474ee6"
    ],
    "album": "West End Avenue",
    "release_id": null,
    "release_group_id": "0e731794-798b-4bc9-9a4b-4b5a68c602d9",
    "labels": [
        "Nabel"
    ],
    "label_ids": [
        "ccbab5e7-f234-43f5-9a3f-dce7f3a57437"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Crook, Kaw\n--\nJim Pepper, who is best remembered for his popular recording of \"Witchi-Tai-To\" (a peyote chant put to music), infused advanced jazz with the influence of his Native American heritage.\nhttps://jimpepper.bandcamp.com/album/the-path",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}