Information about plays

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

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

{
    "id": 3416759,
    "uri": "https://api.kexp.org/v2/plays/3416759/?format=api",
    "airdate": "2024-10-24T16:01:11-07:00",
    "show": 61662,
    "show_uri": "https://api.kexp.org/v2/shows/61662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Burns",
    "track_id": "37f2a86b-dcb1-3119-b834-d57a7084b479",
    "recording_id": "125ddb15-c87b-45ae-b374-ec885f2320a5",
    "artist": "Black Rebel Motorcycle Club",
    "artist_ids": [
        "32b90c92-9978-4a07-90eb-caa4b22f4907"
    ],
    "album": "B.R.M.C.",
    "release_id": "aab9191c-f1d4-4b54-b7e5-ad9439d480a5",
    "release_group_id": "ed9f81e5-7964-31ba-a49b-0776790e2347",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2001-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "BRMC was founded by high school friends Peter Hayes and Robert Levon Been in 1998, who both took lessons from prominent Nor-Cal musicians of the time.\n\nThey've performed Live in the KEXP Studio multiple times, including this 2018 set hosted by Cheryl Waters: https://youtu.be/07cQf-UxNYc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}