Information about plays

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

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

{
    "id": 343090,
    "uri": "https://api.kexp.org/v2/plays/343090/?format=api",
    "airdate": "2019-06-18T18:56:07-07:00",
    "show": 5721,
    "show_uri": "https://api.kexp.org/v2/shows/5721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Meio De Campo",
    "track_id": "cc5dd252-653b-4ad3-bd52-f581754a2016",
    "recording_id": null,
    "artist": "Gilberto Gil",
    "artist_ids": [
        "cf6b70f6-2616-481c-912c-0263cabfc974"
    ],
    "album": "Cidade do Salvador (Disc 1)",
    "release_id": "aeb2b3fd-2156-4c95-9593-8f975923b480",
    "release_group_id": null,
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gil was born in the city of Salvador in the northern state of Bahia. Between 1969 and 1972 he lived as a political refugee in the United Kingdom, where he immediately threw himself into a new cultural environment that further enriched his identity.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}