Information about plays

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

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

{
    "id": 355198,
    "uri": "https://api.kexp.org/v2/plays/355198/?format=api",
    "airdate": "2019-07-16T19:08:00-07:00",
    "show": 5922,
    "show_uri": "https://api.kexp.org/v2/shows/5922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Diaspora y Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Bocafloja",
    "artist_ids": [
        "d14eee5e-849e-4fac-be35-a52a9b04a145"
    ],
    "album": "Noor",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Quilomboarte"
    ],
    "label_ids": [],
    "release_date": "2018-10-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A rapper, poet, spoken word artist, and outspoken social communicator from Mexico City, Mexico. He is recognized in Mexico as the pioneer of the utilization of hip hop culture as an alternative tool to create awareness, developing a different form for political participation that reaches and is more relevant to marginalized youth. See him perform LIVE in KEXP studio. Recorded November 14, 2013 https://www.youtube.com/watch?v=VV8vPPkv0P0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}