Information about plays

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

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

{
    "id": 352574,
    "uri": "https://api.kexp.org/v2/plays/352574/?format=api",
    "airdate": "2019-07-10T12:50:53-07:00",
    "show": 5875,
    "show_uri": "https://api.kexp.org/v2/shows/5875/?format=api",
    "image_uri": "http://coverartarchive.org/release/88b9a51a-fcd5-45f5-8802-430221bafd1e/17750553240-250.jpg",
    "thumbnail_uri": "",
    "song": "White Lights",
    "track_id": "472ef9b7-9081-4c9f-b2fe-5e5a9e3d1f70",
    "recording_id": null,
    "artist": "The Rural Alberta Advantage",
    "artist_ids": [
        "e0647eee-82ce-40e6-af54-953395ad1c08"
    ],
    "album": "The Wild",
    "release_id": "88b9a51a-fcd5-45f5-8802-430221bafd1e",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2017-10-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}