Information about plays

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

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

{
    "id": 344417,
    "uri": "https://api.kexp.org/v2/plays/344417/?format=api",
    "airdate": "2019-06-21T18:54:00-07:00",
    "show": 5739,
    "show_uri": "https://api.kexp.org/v2/shows/5739/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do It All Night",
    "track_id": null,
    "recording_id": null,
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Curtom"
    ],
    "label_ids": [
        "017c1c64-0b88-49e0-8261-d8658f9d8177"
    ],
    "release_date": "1978-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"How many 54-year-old quadriplegics are putting albums out? You just have to deal with what you got, try to sustain yourself as best you can, and look to the things that you can do.\" - Curtis Mayfield",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}