Information about plays

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

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

{
    "id": 379607,
    "uri": "https://api.kexp.org/v2/plays/379607/?format=api",
    "airdate": "2019-09-11T15:54:38-07:00",
    "show": 6319,
    "show_uri": "https://api.kexp.org/v2/shows/6319/?format=api",
    "image_uri": "http://coverartarchive.org/release/fa777b92-129f-46be-8e14-2f7a467559d9/17133731028-250.jpg",
    "thumbnail_uri": "",
    "song": "New York",
    "track_id": "5c6d49a8-c673-4b36-892f-b04a376ea775",
    "recording_id": null,
    "artist": "St. Vincent",
    "artist_ids": [
        "5334edc0-5faf-4ca5-b1df-000de3e1f752"
    ],
    "album": "New York",
    "release_id": "fa777b92-129f-46be-8e14-2f7a467559d9",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2017-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch St. Vincent's live in-studio performance at KEXP, hosted by Cheryl Waters: https://bit.ly/2pK68PZ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}