Information about plays

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

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

{
    "id": 375617,
    "uri": "https://api.kexp.org/v2/plays/375617/?format=api",
    "airdate": "2019-09-02T12:52:00-07:00",
    "show": 6255,
    "show_uri": "https://api.kexp.org/v2/shows/6255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rhythm Nation",
    "track_id": "b0c0a7e9-3626-3683-95b4-bae21c29d767",
    "recording_id": null,
    "artist": "Janet Jackson",
    "artist_ids": [
        "6be2828f-6c0d-4059-99d4-fa18acf1a296"
    ],
    "album": "Rhythm Nation 1814",
    "release_id": "114ea1ec-d529-4c71-9ac7-a5a4aa13fcbd",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [],
    "release_date": "1989-09-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Janet Jackson was inducted into 2019's Rock and Roll Hall of Fame. Read the transcript of her speech here, which ends with this important note: \"And Rock and Roll Hall of Fame please, 2020: Induct more women.\" https://bit.ly/2U9QZt5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}