Information about plays

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

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

{
    "id": 369883,
    "uri": "https://api.kexp.org/v2/plays/369883/?format=api",
    "airdate": "2019-08-20T13:23:19-07:00",
    "show": 6166,
    "show_uri": "https://api.kexp.org/v2/shows/6166/?format=api",
    "image_uri": "http://coverartarchive.org/release/351d23b7-a124-41c9-973e-78ac673b06dd/4516092262-250.jpg",
    "thumbnail_uri": "",
    "song": "Dance Yrself Clean",
    "track_id": "18602fea-cef0-3c79-adc1-9839db5fc92e",
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "This Is Happening",
    "release_id": "351d23b7-a124-41c9-973e-78ac673b06dd",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2010-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "James Murphy told The NME May 18, 2010: \"This is the song I lost my voice trying to do. It's the highest song register I've sung... I'd vowed never to write anything that high for myself. But then I got excited about a synth sound and forgot all about my vocal range, and had to sing it with a voice that was blown out, but I took lots of steroids.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}