Information about plays

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

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

{
    "id": 3550529,
    "uri": "https://api.kexp.org/v2/plays/3550529/?format=api",
    "airdate": "2025-09-08T17:48:30-07:00",
    "show": 64511,
    "show_uri": "https://api.kexp.org/v2/shows/64511/?format=api",
    "image_uri": "https://coverartarchive.org/release/79d922ca-3f14-42a7-bfea-82a1a5a77a9a/35569058737-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/79d922ca-3f14-42a7-bfea-82a1a5a77a9a/35569058737-250.jpg",
    "song": "Space Talk (Bitches Space Brew)",
    "track_id": null,
    "recording_id": null,
    "artist": "Asha Puthli",
    "artist_ids": [
        "6bea93d9-08e8-40af-974e-b7d066b2e0fb"
    ],
    "album": "Space Talk",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Naya Beat"
    ],
    "label_ids": [
        "a54ddd76-7497-4be2-b1cf-05f5de0388a9"
    ],
    "release_date": "2023-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Asha Puthli is an Indian-American singer-songwriter, producer, and actress. Puthli moved to New York from Mumbai with a dance scholarship, and a demo tape of Indo-Japanese fusion songs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}