Information about plays

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

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

{
    "id": 350191,
    "uri": "https://api.kexp.org/v2/plays/350191/?format=api",
    "airdate": "2019-07-04T21:19:03-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/656f62d3-9122-425e-99de-88857b417fcb/17914840313-250.jpg",
    "thumbnail_uri": "",
    "song": "Me Voy",
    "track_id": "b5cfa763-a8b1-49ae-b73c-4add4c43f4e6",
    "recording_id": null,
    "artist": "Ibeyi feat. Mala Rodríguez",
    "artist_ids": [
        "a4e3e7ca-87d7-4d5d-8a36-72e5f043e378"
    ],
    "album": "Ash",
    "release_id": "656f62d3-9122-425e-99de-88857b417fcb",
    "release_group_id": null,
    "labels": [
        "XL Records"
    ],
    "label_ids": [
        "8ef94814-0570-474d-8bc3-9a3d0ff30c73"
    ],
    "release_date": "2017-09-29",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The other worldly vocals, the flirting with electronics is intact, the stunning visuals do not disappoint, Me Voy, also features the Grammy Award winning rapper from Spain, Mala Rodriguez. Watch https://www.youtube.com/watch?v=9Hc8cWtedN8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}