Information about plays

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

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

{
    "id": 352113,
    "uri": "https://api.kexp.org/v2/plays/352113/?format=api",
    "airdate": "2019-07-09T13:03:07-07:00",
    "show": 5868,
    "show_uri": "https://api.kexp.org/v2/shows/5868/?format=api",
    "image_uri": "http://coverartarchive.org/release/f21865aa-23b0-4adb-85ca-756eb8ea8951/22873381990-250.jpg",
    "thumbnail_uri": "",
    "song": "When Am I Gonna Lose You",
    "track_id": "0ba73b53-7496-4eff-bd72-0232830335c7",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}