Information about plays

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

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

{
    "id": 3538309,
    "uri": "https://api.kexp.org/v2/plays/3538309/?format=api",
    "airdate": "2025-08-10T08:13:10-07:00",
    "show": 64251,
    "show_uri": "https://api.kexp.org/v2/shows/64251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mont Blanc",
    "track_id": null,
    "recording_id": null,
    "artist": "The OO-Ray",
    "artist_ids": [
        "10cd3517-c1fe-422a-a1fd-695c0d4012aa"
    ],
    "album": "Marginals",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Beacon Sound"
    ],
    "label_ids": [
        "9a8f33f5-fe30-45d4-b466-347bed7dbd7f"
    ],
    "release_date": "2025-08-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Sneak peek at the forthcoming album from The OO-Ray, the alias of Portland-based cellist Ted Laderas ~ \nhttps://beaconsound.bandcamp.com/album/marginals-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}