Information about plays

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

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

{
    "id": 374446,
    "uri": "https://api.kexp.org/v2/plays/374446/?format=api",
    "airdate": "2019-08-30T11:35:00-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Vibrations",
    "track_id": null,
    "recording_id": null,
    "artist": "The Beach Boys",
    "artist_ids": [
        "ebfc1398-8d96-47e3-82c3-f782abcdb13d"
    ],
    "album": "Smiley Smile",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Magic Records"
    ],
    "label_ids": [],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brian Wilson said that \"Good Vibrations\" was inspired by his mother: \"[She] used to tell me about vibrations. I didn't really understand too much of what it meant when I was just a boy. It scared me, the word 'vibrations.' She told me about dogs that would bark at people and then not bark at others, that a dog would pick up vibrations from these people that you can't see, but you can feel.\" (From Keith Badman's book <em>The Beach Boys, The Definitive Diary of America's Greatest Band on Stage and in the Studio.</i>)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}