Information about plays

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

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

{
    "id": 379117,
    "uri": "https://api.kexp.org/v2/plays/379117/?format=api",
    "airdate": "2019-09-10T12:48:52-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "http://coverartarchive.org/release/0dbd400d-d9a5-45f1-9f16-c1558099d9cd/18983190962-250.jpg",
    "thumbnail_uri": "",
    "song": "The Prawn Song",
    "track_id": "4e50b4a6-d5ca-4f4d-9747-f5035357005d",
    "recording_id": null,
    "artist": "Superorganism",
    "artist_ids": [
        "228ae4f7-2425-4b1f-9d24-78cb9e267651"
    ],
    "album": "Superorganism",
    "release_id": "0dbd400d-d9a5-45f1-9f16-c1558099d9cd",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2018-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Oh, have you ever seen the prawn cause a world war?...\nHave you ever kissed a prawn, got a cold sore?...\"  Mason wrote that, \"Whenever I have a day where I don’t think I can keep going I play that song and think about how I’d rather just be a prawn and that I don’t need to constantly worry about everything in my life.\"  You're not alone, Mason. https://www.youtube.com/watch?v=VGgaRmRP1ck",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}