Information about plays

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

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

{
    "id": 357584,
    "uri": "https://api.kexp.org/v2/plays/357584/?format=api",
    "airdate": "2019-07-22T09:17:13-07:00",
    "show": 5961,
    "show_uri": "https://api.kexp.org/v2/shows/5961/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Taste",
    "track_id": "8a138651-4481-357b-bcc3-d39b473dc9f0",
    "recording_id": null,
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "Nowhere",
    "release_id": "5ad3a272-e126-34da-aeb2-778e17456204",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2011-02-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ride will perform at The Crocodile on Tuesday, October 8th, 2019.  they were live in the KEXP studio in September, 2017:  https://www.youtube.com/watch?v=2lncloqtuT0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}