Information about plays

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

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

{
    "id": 3416256,
    "uri": "https://api.kexp.org/v2/plays/3416256/?format=api",
    "airdate": "2024-10-23T08:47:31-07:00",
    "show": 61651,
    "show_uri": "https://api.kexp.org/v2/shows/61651/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Down Make Love",
    "track_id": "c2a7bf4b-df09-3e5d-bd38-9bd19b7865f7",
    "recording_id": "8b79b7e1-5ca9-4703-8b1c-8b4244304373",
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "Pretty Hate Machine",
    "release_id": "ed721fd4-ca0c-4cb1-a569-050c994d10d9",
    "release_group_id": "fcb872a2-7ef9-3ed0-bd4a-7c55c78179b6",
    "labels": [
        "UMe"
    ],
    "label_ids": [
        "93ba13c1-5d3f-4618-a8e7-17aeffff1da6"
    ],
    "release_date": "2010-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Get Down, Make Love\" is a cover of a Queen song.  According to an interview Trent Reznor did with Melody Maker magazine, \"Get Down, Make Love\" was supposed to be a \"tongue-in-cheek\" cover.\n--\nHere's a live version from Sydney in 2000: https://www.youtube.com/watch?v=mu8I_vnC2As",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}