Information about plays

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

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

{
    "id": 3416270,
    "uri": "https://api.kexp.org/v2/plays/3416270/?format=api",
    "airdate": "2024-10-23T09:32:52-07:00",
    "show": 61651,
    "show_uri": "https://api.kexp.org/v2/shows/61651/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spread Your Love",
    "track_id": "c3c02b2c-8f78-3e0b-84ac-11d7700b14bb",
    "recording_id": "8d555b93-a5d8-4959-b3e1-c50bcd27fabc",
    "artist": "Black Rebel Motorcycle Club",
    "artist_ids": [
        "32b90c92-9978-4a07-90eb-caa4b22f4907"
    ],
    "album": "B.R.M.C.",
    "release_id": "420949ff-72bd-39ca-828b-646578227530",
    "release_group_id": "ed9f81e5-7964-31ba-a49b-0776790e2347",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2001-12-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "San Francisco band Black Rebel Motorcycle Club performed this track live in the KEXP studio in 2013. Check out the session here:\nhttps://www.youtube.com/watch?v=GWZ5piWRQ14&t=4s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}