Information about plays

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

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

{
    "id": 343315,
    "uri": "https://api.kexp.org/v2/plays/343315/?format=api",
    "airdate": "2019-06-19T05:12:17-07:00",
    "show": 5723,
    "show_uri": "https://api.kexp.org/v2/shows/5723/?format=api",
    "image_uri": "http://coverartarchive.org/release/8adcba3d-7ac2-416d-9b8c-2c41b67da61d/6614897612-250.jpg",
    "thumbnail_uri": "",
    "song": "Birth in Reverse",
    "track_id": "e6c6478f-ff35-4c74-b7a8-c53102e4f566",
    "recording_id": null,
    "artist": "St. Vincent",
    "artist_ids": [
        "5334edc0-5faf-4ca5-b1df-000de3e1f752"
    ],
    "album": "St. Vincent",
    "release_id": "8adcba3d-7ac2-416d-9b8c-2c41b67da61d",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2014-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Annie Clark of St. Vincent produced the forthcoming Sleater-Kinney record. Catch her KEXP session here: https://www.youtube.com/watch?v=ztKJ3RCg2qc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}