Information about plays

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

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

{
    "id": 352396,
    "uri": "https://api.kexp.org/v2/plays/352396/?format=api",
    "airdate": "2019-07-10T02:34:15-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "http://coverartarchive.org/release/38c7af19-3f10-46f7-8a85-3c9801893593/22703954220-250.jpg",
    "thumbnail_uri": "",
    "song": "Something to Believe",
    "track_id": "bdcdd817-2fec-4276-869c-4fe26667ac02",
    "recording_id": null,
    "artist": "Weyes Blood",
    "artist_ids": [
        "469d6414-1f06-43de-80d5-17762d4a356a"
    ],
    "album": "Titanic Rising",
    "release_id": "38c7af19-3f10-46f7-8a85-3c9801893593",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-04-05",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Catch her live with Versing and Whitney Ballen on 8/16 for KEXP + Seattle Center's Concerts at the Mural: https://www.kexp.org/events/catm/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}