Information about plays

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

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

{
    "id": 3520153,
    "uri": "https://api.kexp.org/v2/plays/3520153/?format=api",
    "airdate": "2025-06-28T22:30:51-07:00",
    "show": 63865,
    "show_uri": "https://api.kexp.org/v2/shows/63865/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Babies",
    "track_id": null,
    "recording_id": "79a6f7eb-b818-4167-8bf0-23dc5cab9e90",
    "artist": "Ursula and The Androids",
    "artist_ids": [
        "ed403b1d-a6dd-4743-a5fd-80c84a91534f"
    ],
    "album": "Jackie and The Control Tops / Ursula and The Androids",
    "release_id": null,
    "release_group_id": "b910954d-99c4-39bd-8071-dccb8f87a254",
    "labels": [
        "Dirtnap Records"
    ],
    "label_ids": [
        "b925bf7c-da1f-4761-bd5f-622f63960ec6"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}