Information about plays

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

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

{
    "id": 343656,
    "uri": "https://api.kexp.org/v2/plays/343656/?format=api",
    "airdate": "2019-06-19T21:50:00-07:00",
    "show": 5728,
    "show_uri": "https://api.kexp.org/v2/shows/5728/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fr££dom",
    "track_id": "53ef0de8-66c7-4dd4-90ef-5e9953cff582",
    "recording_id": null,
    "artist": "DJ Food",
    "artist_ids": [
        "0019749d-ee29-4a5f-ab17-6bfa11deb969"
    ],
    "album": "Jazz Brakes Volume 5",
    "release_id": "49741438-09c2-47da-8d83-bafed73177fe",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [],
    "release_date": "2017-12-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Food is an electronic music project currently headed by Kevin Foakes (also known as \"Strictly Kev\"). Originally conceived by the members of Coldcut on the Ninja Tune independent record label, the project started in 1990 on the premise of providing metaphorical \"food for DJs\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}