Information about plays

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

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

{
    "id": 375526,
    "uri": "https://api.kexp.org/v2/plays/375526/?format=api",
    "airdate": "2019-09-02T07:27:23-07:00",
    "show": 6254,
    "show_uri": "https://api.kexp.org/v2/shows/6254/?format=api",
    "image_uri": "http://coverartarchive.org/release/f6335672-c521-4129-86c3-490d20533e08/7204257757-250.jpg",
    "thumbnail_uri": "",
    "song": "Cloudbusting",
    "track_id": "60c9a3d8-2a34-3a5f-ad3d-ef06865f8e2b",
    "recording_id": null,
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "Hounds of Love",
    "release_id": "f6335672-c521-4129-86c3-490d20533e08",
    "release_group_id": null,
    "labels": [
        "EMI Manhattan"
    ],
    "label_ids": [
        "6c8f3192-de58-49be-acc4-a11802dcbdb2"
    ],
    "release_date": "1985-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The original video for this song features Donald Sutherland with a giant ray gun that can shoot at clouds to make it rain. http://www.katebush.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}