Information about plays

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

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

{
    "id": 356483,
    "uri": "https://api.kexp.org/v2/plays/356483/?format=api",
    "airdate": "2019-07-19T14:01:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "While I’m Alive",
    "track_id": "73feaccb-8432-38bf-a7ef-345b96b69176",
    "recording_id": null,
    "artist": "STRFKR",
    "artist_ids": [
        "0a19e3e4-7970-4adf-8439-90bdcc9c8661"
    ],
    "album": "Miracle Mile",
    "release_id": "d44f81d0-db75-4cea-bfd4-cfb6929a33f9",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [],
    "release_date": "2013-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A featured KEXP Song of the Day, \"While I'm Alive\" is the first single from Miracle Mile offers quite a bit of dark, sensual energy while still screaming STRFKR. Mystery shrouds the verse in black and white until the whimsical chord progression of the hook comes in and shakes things up in perfect fashion.  Download the free track here, and enjoy this gorgeous day, wherever you are!  https://bit.ly/2XThyo9",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}