Information about plays

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

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

{
    "id": 355182,
    "uri": "https://api.kexp.org/v2/plays/355182/?format=api",
    "airdate": "2019-07-16T18:07:00-07:00",
    "show": 5922,
    "show_uri": "https://api.kexp.org/v2/shows/5922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "amerikkkan dreaming (feat. anonimo consejo)",
    "track_id": null,
    "recording_id": null,
    "artist": "d'bi.",
    "artist_ids": [],
    "album": "wombanifesto",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2010-12-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today is Assata Shakur's birthday, a political fugitive who escaped to Cuba in 1979 after being convicted of killing a New Jersey state trooper. Amerikkkan dreaming features vocals by Assata. D'BI. is a Jamaican Canadian feminist dub poet and activist. This track also features Anonimo Consejo who were a Cuban rap duo and whose name translates into English as Anonymous Advice.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}