Information about plays

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

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

{
    "id": 379123,
    "uri": "https://api.kexp.org/v2/plays/379123/?format=api",
    "airdate": "2019-09-10T13:02:29-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "http://coverartarchive.org/release/be277b70-6238-400d-ba1f-4454209f4bb1/19905234194-250.jpg",
    "thumbnail_uri": "",
    "song": "Saturday",
    "track_id": "e4a5ffbe-9e9d-4d3b-bf66-5a46f99c9c48",
    "recording_id": null,
    "artist": "Phantogram",
    "artist_ids": [
        "dfe78af2-779e-4137-826a-3073a16e3278"
    ],
    "album": "Someday / Saturday",
    "release_id": "be277b70-6238-400d-ba1f-4454209f4bb1",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Since the suicide of Sarah Bartel's sister, Barthel and Josh Carter have teamed up with the American Foundation for Suicide Prevention to raise awareness and help remove the stigma of mental illness. Read John Richards' exclusive interview with Sarah here:  https://www.kexp.org/read/2017/10/12/music-heals-kexp-exclusive-interview-with-phantogram/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}