Information about plays

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

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

{
    "id": 3540980,
    "uri": "https://api.kexp.org/v2/plays/3540980/?format=api",
    "airdate": "2025-08-16T22:57:55-07:00",
    "show": 64310,
    "show_uri": "https://api.kexp.org/v2/shows/64310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1978, Smiling Politely",
    "track_id": null,
    "recording_id": "327e0cc7-cdf2-4b24-b803-148ec9fecf91",
    "artist": "Martha",
    "artist_ids": [
        "54d75345-b6ef-443c-a765-d8fbff2fd9ad"
    ],
    "album": "Standing Where It All Began - Singles and B-Sides: 2012-2025",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Win Htein Records"
    ],
    "label_ids": [
        "10479c6d-2166-4613-b6c3-55f3ddaf1e27"
    ],
    "release_date": "2025-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A collection of singles and B sides released on a beautiful 2LP vinyl.\n\n\nStanding Where It All Began - Singles and B-Sides: 2012-2025",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}