Information about plays

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

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

{
    "id": 348615,
    "uri": "https://api.kexp.org/v2/plays/348615/?format=api",
    "airdate": "2019-07-01T11:48:00-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "http://coverartarchive.org/release/650f3414-0b44-4aa6-aa67-2380214117fb/3847599288-250.jpg",
    "thumbnail_uri": "",
    "song": "Crisis!",
    "track_id": "567d8e3b-2921-361c-8e3d-45e4822afaea",
    "recording_id": null,
    "artist": "Plants and Animals",
    "artist_ids": [
        "d4e75c13-d1e9-4c48-86a0-9c854e1d88f7"
    ],
    "album": "The End of That",
    "release_id": "650f3414-0b44-4aa6-aa67-2380214117fb",
    "release_group_id": null,
    "labels": [
        "Secret City Records"
    ],
    "label_ids": [
        "52e7fb03-e52f-4a7c-983a-42d8db2729a6"
    ],
    "release_date": "2012-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Montréal, QC. Watch Live Video from Plants and Animals' 2012 KEXP In-Studio: https://www.youtube.com/watch?v=iMxKqk-ZwcA.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}