Information about plays

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

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

{
    "id": 3596145,
    "uri": "https://api.kexp.org/v2/plays/3596145/?format=api",
    "airdate": "2025-12-26T06:01:21-08:00",
    "show": 65476,
    "show_uri": "https://api.kexp.org/v2/shows/65476/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be Yourself",
    "track_id": "0a8ea491-242e-3df3-96ac-f21782be2013",
    "recording_id": "b9484275-ae94-4d38-b01d-8db257507779",
    "artist": "Morcheeba",
    "artist_ids": [
        "067102ea-9519-4622-9077-57ca4164cfbb"
    ],
    "album": "Parts of the Process",
    "release_id": "1e5908d9-ffcd-3080-9920-ece4612a43c9",
    "release_group_id": "73938407-66fa-3f92-a675-92d0b048ba73",
    "labels": [
        "China Records",
        "wea"
    ],
    "label_ids": [
        "e6cefa22-1847-4b51-b371-079d1899aa79",
        "fe7ee819-e43e-4cb2-8e72-463879e4b3e7"
    ],
    "release_date": "2003-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Morcheeba is an English electronic band formed in the mid-1990s with founding members vocalist Skye Edwards and the brothers Paul and Ross Godfrey. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}