Information about plays

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

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

{
    "id": 3548544,
    "uri": "https://api.kexp.org/v2/plays/3548544/?format=api",
    "airdate": "2025-09-03T19:04:26-07:00",
    "show": 64466,
    "show_uri": "https://api.kexp.org/v2/shows/64466/?format=api",
    "image_uri": "https://coverartarchive.org/release/e56cb853-935c-45d3-977e-5d9a97a9b959/39795698238-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e56cb853-935c-45d3-977e-5d9a97a9b959/39795698238-250.jpg",
    "song": "I Want What I Want",
    "track_id": null,
    "recording_id": "c0bf6a01-9052-490c-92af-4a460746f3fd",
    "artist": "ORB",
    "artist_ids": [
        "fd168ce8-bc96-4f48-94ed-e357109845e0"
    ],
    "album": "The Space Between",
    "release_id": null,
    "release_group_id": "e6a4f298-eb88-4898-9725-f850d8a99c0c",
    "labels": [
        "Flightless"
    ],
    "label_ids": [
        "8e27cad4-8234-4cf2-9b69-3573ae0d83d6"
    ],
    "release_date": "2018-09-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Australia's ORB kicks off their US tour at The Sunset in Seattle next Wednesday 9/10. Tickets available here: https://dice.fm/event/k6e2op-orb-frond-guests-10th-sep-the-sunset-tavern-seattle-tickets\n\nAlso playing Rickshaw Stop in SF on 9/14!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}