Information about plays

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

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

{
    "id": 3583375,
    "uri": "https://api.kexp.org/v2/plays/3583375/?format=api",
    "airdate": "2025-11-26T20:22:45-08:00",
    "show": 65218,
    "show_uri": "https://api.kexp.org/v2/shows/65218/?format=api",
    "image_uri": "https://coverartarchive.org/release/5c8a21ff-c4a8-4339-a424-80d8dbd054f5/33369791528-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5c8a21ff-c4a8-4339-a424-80d8dbd054f5/33369791528-250.jpg",
    "song": "Start. End",
    "track_id": null,
    "recording_id": "7e1a9ca7-b2fc-4be9-8bd9-254fe0ab7342",
    "artist": "Pink Skies",
    "artist_ids": [
        "445dbb1e-6e44-4eea-a85b-8f6828133981"
    ],
    "album": "Does It Really Matter?",
    "release_id": null,
    "release_group_id": "b072c900-339d-496a-a058-55ecec7e7f3c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-07-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "psych pop from Oakland: https://pinkskiesmusic.bandcamp.com/track/cloud-signs\n\nupcoming shows:\n3/5 - SF - Brick and Mortar Music Hall\n3/10 - Seattle - The Sunset",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}