Information about plays

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

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

{
    "id": 382336,
    "uri": "https://api.kexp.org/v2/plays/382336/?format=api",
    "airdate": "2019-09-18T04:00:00-07:00",
    "show": 6363,
    "show_uri": "https://api.kexp.org/v2/shows/6363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tanokumbia",
    "track_id": null,
    "recording_id": null,
    "artist": "A Tribe Called Red",
    "artist_ids": [
        "284ee768-2c9a-440a-be37-db926e90fc1c"
    ],
    "album": "Tanokumbia",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On \"Tanokumbia,\" the duo team up once more with Black Bear, a group of Pow Wow singers and drummers from Manawan, QC. \"This song is a reminder that there are no borders for the Indigenous peoples. Canada, the U.S., Central and South America are filled with distinct nations sharing more than 10,000 years of common history,\" the duo explained in a statement. \"Being in the Halluci Nation has been about searching the earth for like-minded individuals to join in unity.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}