Information about plays

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

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

{
    "id": 353574,
    "uri": "https://api.kexp.org/v2/plays/353574/?format=api",
    "airdate": "2019-07-12T18:55:24-07:00",
    "show": 5890,
    "show_uri": "https://api.kexp.org/v2/shows/5890/?format=api",
    "image_uri": "http://coverartarchive.org/release/6f67676d-f3d2-4bc3-a84c-6c9fdc04b5ca/5918277917-250.jpg",
    "thumbnail_uri": "",
    "song": "Helena Beat",
    "track_id": "4e0b3be3-e281-33e9-91ae-dfa20f15536f",
    "recording_id": null,
    "artist": "Foster the People",
    "artist_ids": [
        "e0e1a584-dd0a-4bd1-88d1-c4c62895039d"
    ],
    "album": "Foster the People EP",
    "release_id": "6f67676d-f3d2-4bc3-a84c-6c9fdc04b5ca",
    "release_group_id": null,
    "labels": [
        "StarTime International"
    ],
    "label_ids": [
        "27609a48-18b0-4e14-a2c5-0b578c78f1ac"
    ],
    "release_date": "2011-01-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.billboard.com/articles/columns/rock/8517029/foster-the-people-imagination-single",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}