Information about plays

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

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

{
    "id": 373360,
    "uri": "https://api.kexp.org/v2/plays/373360/?format=api",
    "airdate": "2019-08-28T04:35:45-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "http://coverartarchive.org/release/f21865aa-23b0-4adb-85ca-756eb8ea8951/22873381990-250.jpg",
    "thumbnail_uri": "",
    "song": "Someday Now",
    "track_id": "8b306980-35fc-4461-84a3-715344a32094",
    "recording_id": null,
    "artist": "Local Natives",
    "artist_ids": [
        "1bbf31dc-dbc0-4a7a-bf3f-48bc665878e1"
    ],
    "album": "Violet Street",
    "release_id": "f21865aa-23b0-4adb-85ca-756eb8ea8951",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Local Natives - Full Performance (Live on KEXP): https://bit.ly/2zuQT2k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}