Information about plays

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

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

{
    "id": 343895,
    "uri": "https://api.kexp.org/v2/plays/343895/?format=api",
    "airdate": "2019-06-20T11:00:50-07:00",
    "show": 5731,
    "show_uri": "https://api.kexp.org/v2/shows/5731/?format=api",
    "image_uri": "http://coverartarchive.org/release/7ae010e5-b06d-40bd-8352-a6b33835cf2f/14883053633-250.jpg",
    "thumbnail_uri": "",
    "song": "Mexican Chef",
    "track_id": "448658cd-da4d-4385-8736-bc057ae8df6a",
    "recording_id": null,
    "artist": "Xenia Rubinos",
    "artist_ids": [
        "362df059-5fa3-4317-8349-db7e2328decf"
    ],
    "album": "Black Terry Cat",
    "release_id": "7ae010e5-b06d-40bd-8352-a6b33835cf2f",
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2016-06-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Xenia Rubinos played here at KEXP in September 2016: https://www.youtube.com/watch?v=vqqGBUOFC0A\n\n\"She is inspired by her Latin American heritage and Santería practices. She is also inspired by the Black Lives Matter movement but does not see her music as protest music, which is too narrow of view. The topics of her songs include her experience as a woman of color which should start a conversation and not restrict how people view her music.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}