Information about plays

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

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

{
    "id": 368733,
    "uri": "https://api.kexp.org/v2/plays/368733/?format=api",
    "airdate": "2019-08-17T15:34:00-07:00",
    "show": 6145,
    "show_uri": "https://api.kexp.org/v2/shows/6145/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feel for You",
    "track_id": null,
    "recording_id": null,
    "artist": "Bat for Lashes",
    "artist_ids": [
        "10000730-525f-4ed5-aaa8-92888f060f5f"
    ],
    "album": "Lost Girls",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "AWAL"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cyrus noticed this Bat for Lashes track sounds like Prince’s Batdance! Bat for Lashes is not on tour now but keep looking here: https://www.batforlashes.com/ <br> </br> There is lots of cool free music to go see around town, like Vera On Your Block. Check it out here - https://www.friendsofwaterfrontseattle.org/vera_on_your_block",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}