Information about plays

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

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

{
    "id": 3635066,
    "uri": "https://api.kexp.org/v2/plays/3635066/?format=api",
    "airdate": "2026-03-29T09:28:37-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crying in the USA",
    "track_id": null,
    "recording_id": null,
    "artist": "Roselit Bone",
    "artist_ids": [
        "add363d6-911b-402b-9f10-d2e4ee26df76"
    ],
    "album": "Ofrenda",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Get Loud"
    ],
    "label_ids": [],
    "release_date": "2023-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Portland band are named after a line in a Cormac McCarthy novel where he describes a woman’s skin being like roselit bone, lit from within, but pale.\nhttps://roselitbone.bandcamp.com/album/ofrenda-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}