Information about plays

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

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

{
    "id": 3540928,
    "uri": "https://api.kexp.org/v2/plays/3540928/?format=api",
    "airdate": "2025-08-16T20:52:38-07:00",
    "show": 64308,
    "show_uri": "https://api.kexp.org/v2/shows/64308/?format=api",
    "image_uri": "https://dn721608.ca.archive.org/0/items/mbid-2dcccd6a-1901-4891-9525-df6285032eda/mbid-2dcccd6a-1901-4891-9525-df6285032eda-37799519792_thumb500.jpg",
    "thumbnail_uri": "https://dn721608.ca.archive.org/0/items/mbid-2dcccd6a-1901-4891-9525-df6285032eda/mbid-2dcccd6a-1901-4891-9525-df6285032eda-37799519792_thumb250.jpg",
    "song": "You're A Delight",
    "track_id": "24331bea-9dff-41d4-a7f4-56718bdf2784",
    "recording_id": "139ccd8a-efef-4f30-a80c-12047687594f",
    "artist": "Power Strip",
    "artist_ids": [
        "c0dabcf7-7b79-4d77-93be-2b65dad2b448"
    ],
    "album": "Nothing Yet",
    "release_id": "2dcccd6a-1901-4891-9525-df6285032eda",
    "release_group_id": "cf627c2e-236b-4139-8b78-1c557bf621f2",
    "labels": [
        "[no label]",
        "Toast-Op"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176",
        "4bd70c07-d349-4e2f-b2c4-6d6d5ad8d97c"
    ],
    "release_date": "2023-01-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}