Information about plays

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

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

{
    "id": 3413256,
    "uri": "https://api.kexp.org/v2/plays/3413256/?format=api",
    "airdate": "2024-10-16T05:05:46-07:00",
    "show": 61589,
    "show_uri": "https://api.kexp.org/v2/shows/61589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crazy",
    "track_id": "b41d3956-3c40-46aa-ac91-32f98520eb1a",
    "recording_id": "c27bebb2-ba64-429e-ae24-5aa51041fe47",
    "artist": "Patsy Cline",
    "artist_ids": [
        "ad82dd72-0df3-4a09-8d7a-1af9c9e80522"
    ],
    "album": "Crazy",
    "release_id": "a1741b67-d983-43eb-90e7-e12060e8b1c2",
    "release_group_id": "e009c03f-40f2-4b16-bc90-0ea865641f59",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1961-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1961, Patsy records the Willie Nelson song penned \"Crazy\".   \n\nWillie Nelson wrote the song while living in Houston, working for Pappy Daily's label D Records. He was also a radio DJ and performed in clubs. Nelson then moved to Nashville, Tennessee, working as a writer for Pamper Music.\n\nThrough Hank Cochran, the song reached Patsy Cline. Cline was thrown through a windshield in a car accident two months before she recorded this (they didn't have seat belts back then). At the first session, she couldn't hit the high notes because of a broken rib, so the studio musicians recorded their parts without her. Two weeks later, she did her vocals while standing on crutches.\n\nIn 1997, “Crazy” was named the number one jukebox hit of all time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}