Information about plays

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

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

{
    "id": 344183,
    "uri": "https://api.kexp.org/v2/plays/344183/?format=api",
    "airdate": "2019-06-21T00:33:54-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "http://coverartarchive.org/release/2836bf8b-8f1a-4c98-9ade-ad8ca4e7ed0f/18543827453-250.jpg",
    "thumbnail_uri": "",
    "song": "West Eats Meat",
    "track_id": "1213b8f0-6f44-3ac6-bbf6-c3006ac7c382",
    "recording_id": null,
    "artist": "Ravi Shankar",
    "artist_ids": [
        "697f8b9f-0454-40f2-bba2-58f35668cdbe"
    ],
    "album": "Bridges",
    "release_id": "2836bf8b-8f1a-4c98-9ade-ad8ca4e7ed0f",
    "release_group_id": null,
    "labels": [
        "Private Music"
    ],
    "label_ids": [
        "48e05d59-41a2-435c-9f74-7df9bc1181cc"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The sitarist/composer Ravi Shankar consistently extended the parameters of what Indian classical music could be.\n\n\"West Eats Meat\" is a fetching jazz raga fusion (6:11)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}