Information about plays

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

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

{
    "id": 352582,
    "uri": "https://api.kexp.org/v2/plays/352582/?format=api",
    "airdate": "2019-07-10T13:19:42-07:00",
    "show": 5875,
    "show_uri": "https://api.kexp.org/v2/shows/5875/?format=api",
    "image_uri": "http://coverartarchive.org/release/a22f0f8b-42dd-43bc-8d39-6f049b5c3a81/22213558030-250.jpg",
    "thumbnail_uri": "",
    "song": "Face of the Sun",
    "track_id": "169a0e3b-ac88-481d-8e7b-ddf1a727820c",
    "recording_id": null,
    "artist": "Shana Cleveland",
    "artist_ids": [
        "3a2c4f39-b58d-4968-b7a9-c74291321396"
    ],
    "album": "Night of the Worm Moon",
    "release_id": "a22f0f8b-42dd-43bc-8d39-6f049b5c3a81",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2019-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}