Information about plays

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

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

{
    "id": 3520051,
    "uri": "https://api.kexp.org/v2/plays/3520051/?format=api",
    "airdate": "2025-06-28T18:56:46-07:00",
    "show": 63864,
    "show_uri": "https://api.kexp.org/v2/shows/63864/?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": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland!\n\nAfter over a decade of touring, Roselit Bone have perfected an infectious and intense live show that has transfixed crowds in a nightly conversion ritual. They have deepened, shapeshifted and outdone themselves on their fourth full-length record, Ofrenda.\n\nhttps://roselitbone.bandcamp.com/album/ofrenda-2",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}