Information about plays

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

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

{
    "id": 3549785,
    "uri": "https://api.kexp.org/v2/plays/3549785/?format=api",
    "airdate": "2025-09-06T22:11:42-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "https://coverartarchive.org/release/47bdd4b2-cb54-4bea-b145-3953b84d442d/38663704662-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/47bdd4b2-cb54-4bea-b145-3953b84d442d/38663704662-250.jpg",
    "song": "Photograph",
    "track_id": null,
    "recording_id": "00296b02-9d6c-4e67-99fd-bc2cfc98ac22",
    "artist": "The Darts",
    "artist_ids": [
        "d275d379-ec45-47e3-a695-c77a891ea7fa"
    ],
    "album": "Boomerang",
    "release_id": null,
    "release_group_id": "c7e9ad7a-4a66-4706-94ba-78fc12c09fbc",
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "2024-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Darts are set to kick off an east coast and European tour in a few days.  Sadly, no west coast dates have been announced, but you can watch our in studio with them in 2022 by following the link below:\n\nhttps://youtu.be/yVzqu7ivVwQ?si=W1wDYcLSj1HnqI72\nhttps://linktr.ee/thedartsus",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}