Information about plays

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

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

{
    "id": 366347,
    "uri": "https://api.kexp.org/v2/plays/366347/?format=api",
    "airdate": "2019-08-12T10:29:50-07:00",
    "show": 6111,
    "show_uri": "https://api.kexp.org/v2/shows/6111/?format=api",
    "image_uri": "http://coverartarchive.org/release/1fa3e5de-3aee-445f-94de-20d51796816f/21676034251-250.jpg",
    "thumbnail_uri": "",
    "song": "Fuego",
    "track_id": "5772fc50-1052-3f43-9af8-f367ab7b14f1",
    "recording_id": null,
    "artist": "Bomba Estéreo",
    "artist_ids": [
        "aea8576d-7ad5-4430-bf2e-63725d80f05c"
    ],
    "album": "Blow Up",
    "release_id": "1fa3e5de-3aee-445f-94de-20d51796816f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy Live Video from Bomba Estéreo's performance of this very tune, during its 2009 KEXP In-Studio: https://bit.ly/2yWuWcg.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}