Information about plays

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

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

{
    "id": 3415133,
    "uri": "https://api.kexp.org/v2/plays/3415133/?format=api",
    "airdate": "2024-10-20T15:10:44-07:00",
    "show": 61628,
    "show_uri": "https://api.kexp.org/v2/shows/61628/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sin",
    "track_id": "9d5808b2-a782-3052-aa39-24fa1111d098",
    "recording_id": "be3c9045-b346-48ee-9650-f86444b39001",
    "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": "Released on this day in 1989!  PHM is 35 years old!\n\nThe \"sha\" samples used at the beginning and end of the song appear to be from \"Paid In Full\" by Erik B & Rakim, though they may also have sampled the same original source.\n\nThe line \"Stale incense, old sweat, and lies, lies, lies\" is a direct quote of Clive Barker from his short story \"In the Hills, the Cities\" from Books Of Blood, in which he uses it to describe old European churches. https://tinyurl.com/yfwmpbt5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}