Information about plays

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

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

{
    "id": 3574134,
    "uri": "https://api.kexp.org/v2/plays/3574134/?format=api",
    "airdate": "2025-11-05T02:02:05-08:00",
    "show": 65026,
    "show_uri": "https://api.kexp.org/v2/shows/65026/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shouting at the Dark",
    "track_id": "af0bdd5c-c524-485b-a214-3d4cac9aa78f",
    "recording_id": "d849065d-278d-412d-a675-3c32939f4196",
    "artist": "The Mynabirds",
    "artist_ids": [
        "daa0c966-31a1-4754-b293-67ffe5b4ac18"
    ],
    "album": "Be Here Now",
    "release_id": "7f725b1b-806a-468f-89dc-7f35b4b69955",
    "release_group_id": "d2826809-c730-47e3-a12b-05b904602f71",
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2017-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=XxbG_Ili0NM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}