Information about plays

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

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

{
    "id": 3572619,
    "uri": "https://api.kexp.org/v2/plays/3572619/?format=api",
    "airdate": "2025-11-01T14:10:14-07:00",
    "show": 64994,
    "show_uri": "https://api.kexp.org/v2/shows/64994/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Run River Run",
    "track_id": "be112e6f-7c34-40f0-b854-b5b79b7d99ff",
    "recording_id": "09ccd276-ff10-421f-9989-a7b29aca385a",
    "artist": "Katie Schecter",
    "artist_ids": [
        "1340bb6a-28f7-4515-b9cb-d5950cc2d8fe"
    ],
    "album": "Empress",
    "release_id": "92805125-cdbc-485b-b46f-fc995f2f1590",
    "release_group_id": "410af1ff-d74d-48d3-bddd-eff8cd5901bf",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third album from this Nashville-based, NYC-raised musician is an expansive set of soulful pop, dreamy rock, and widescreen Americana that’s often accented with a cinematic, symphonic, noir-tinted sheen",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}