Information about plays

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

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

{
    "id": 350455,
    "uri": "https://api.kexp.org/v2/plays/350455/?format=api",
    "airdate": "2019-07-05T13:03:17-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "http://coverartarchive.org/release/b5aeb5e8-8953-4e3e-9b47-5cef3240b03c/16884035959-250.jpg",
    "thumbnail_uri": "",
    "song": "Everything Now",
    "track_id": "6a520b82-bd36-4072-8749-b641a9f7e62a",
    "recording_id": null,
    "artist": "Arcade Fire",
    "artist_ids": [
        "52074ba6-e495-4ef3-9bb4-0703888a9f68"
    ],
    "album": "Everything Now",
    "release_id": "b5aeb5e8-8953-4e3e-9b47-5cef3240b03c",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2017-07-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}