Information about plays

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

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

{
    "id": 353437,
    "uri": "https://api.kexp.org/v2/plays/353437/?format=api",
    "airdate": "2019-07-12T10:46:23-07:00",
    "show": 5888,
    "show_uri": "https://api.kexp.org/v2/shows/5888/?format=api",
    "image_uri": "http://coverartarchive.org/release/4b1daaa7-b9a0-45e3-a852-6d83d3f0e42a/15707420170-250.jpg",
    "thumbnail_uri": "",
    "song": "Will You Return?",
    "track_id": "ac73ae1a-5ec4-3b8f-b2b2-c1a379be6a5a",
    "recording_id": null,
    "artist": "The Avett Brothers",
    "artist_ids": [
        "0a176d0a-ef46-4e7f-b018-9f4d65614668"
    ],
    "album": "Emotionalism",
    "release_id": "4b1daaa7-b9a0-45e3-a852-6d83d3f0e42a",
    "release_group_id": null,
    "labels": [
        "Ramseur Records"
    ],
    "label_ids": [
        "71d01e4c-36e8-4679-aeac-bf044618cca0"
    ],
    "release_date": "2007-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Avett Brothers play the Gorge Amphitheatre on Saturday, August 10 with Lake Street Dive and Trampled by Turtles. We'll be giving away tickets to this show on both the Midday Show and the Afternoon Show. Stay tuned for your chance to win!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}