Information about plays

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

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

{
    "id": 3568270,
    "uri": "https://api.kexp.org/v2/plays/3568270/?format=api",
    "airdate": "2025-10-21T23:29:02-07:00",
    "show": 64899,
    "show_uri": "https://api.kexp.org/v2/shows/64899/?format=api",
    "image_uri": "https://ia600308.us.archive.org/16/items/mbid-e121961a-7ba7-4287-92ff-2f60c61323da/mbid-e121961a-7ba7-4287-92ff-2f60c61323da-43319105494_thumb500.jpg",
    "thumbnail_uri": "https://ia600308.us.archive.org/16/items/mbid-e121961a-7ba7-4287-92ff-2f60c61323da/mbid-e121961a-7ba7-4287-92ff-2f60c61323da-43319105494_thumb250.jpg",
    "song": "Seeing Red",
    "track_id": "21372b21-e0dd-49b9-bbd1-497c60091318",
    "recording_id": "50d1163e-c9c2-4016-aaed-ae32e8580512",
    "artist": "Linda From Work",
    "artist_ids": [
        "a1aa3ae3-2c08-4436-9635-0e9e057e0646"
    ],
    "album": "Linda From Work",
    "release_id": "e121961a-7ba7-4287-92ff-2f60c61323da",
    "release_group_id": "255ccf38-9a97-49cd-b068-24ab9cdab5ef",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New album from Seattle band came out last Friday! Album release show at Neumos in Seattle tomorrow, Wednesday, October 22nd with Bearaxe and Bexley!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}