Information about plays

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

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

{
    "id": 355550,
    "uri": "https://api.kexp.org/v2/plays/355550/?format=api",
    "airdate": "2019-07-17T09:49:21-07:00",
    "show": 5924,
    "show_uri": "https://api.kexp.org/v2/shows/5924/?format=api",
    "image_uri": "http://coverartarchive.org/release/1c9681b5-def1-4c28-9268-c4076a773a69/3393748836-250.jpg",
    "thumbnail_uri": "",
    "song": "My Definition of a Boombastic Jazz Style",
    "track_id": "b4f13610-d5db-3f7f-8b05-8c2a78dde471",
    "recording_id": null,
    "artist": "Dream Warriors",
    "artist_ids": [
        "34d59c27-28cd-4715-9f6f-4b5d9f343c2a"
    ],
    "album": "And Now the Legacy Begins",
    "release_id": "1c9681b5-def1-4c28-9268-c4076a773a69",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1991-02-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dream Warriors were a Canadian hip hop duo from Toronto, Ontario, comprising King Lou and Capital Q.  <br> </br> What's your definition of a Bombastic Jazz Style Mix Tape? We're having a Mix Tape contest!! - https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}