Information about plays

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

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

{
    "id": 356809,
    "uri": "https://api.kexp.org/v2/plays/356809/?format=api",
    "airdate": "2019-07-20T09:27:00-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spiritual Woman Dub ft Vaughn \"Aka Beka\" Benjamin",
    "track_id": null,
    "recording_id": null,
    "artist": "Mad Professor meets Jah9",
    "artist_ids": [],
    "album": "In The Midst Of The Storm",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "VP Records"
    ],
    "label_ids": [],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Veteran UK producer and dub mixologist Mad Professor has teamed up with Jah9 to add a dubby to her latest album 9. In The Midst Of The Storm was originally released for Record Store Day in April 2017, but is now widely available, which is very welcome, since this album is exceptional.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}