Information about plays

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

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

{
    "id": 2680524,
    "uri": "https://api.kexp.org/v2/plays/2680524/?format=api",
    "airdate": "2019-12-31T20:04:00-08:00",
    "show": 46266,
    "show_uri": "https://api.kexp.org/v2/shows/46266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Made In China feat. Famous Dex",
    "track_id": null,
    "recording_id": null,
    "artist": "Higher Brothers",
    "artist_ids": [
        "e031e5f4-b9fc-46ab-a81c-eed9c870c1b3"
    ],
    "album": "Made In China",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "88rising"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Higher Brothers are a Chinese hip-hop group from Chengdu. They are signed with the record label, 88rising, whose roster of artists includes Asian and Asian-American artists. The group is known for their songs in Mandarin and Sichuanese that celebrate Chinese culture, with songs such as \"Made in China\", \"Black Cab\" and \"We Chat\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}