Information about plays

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

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

{
    "id": 375626,
    "uri": "https://api.kexp.org/v2/plays/375626/?format=api",
    "airdate": "2019-09-02T13:26:42-07:00",
    "show": 6255,
    "show_uri": "https://api.kexp.org/v2/shows/6255/?format=api",
    "image_uri": "http://coverartarchive.org/release/d9fa44a6-c79b-4b70-806b-af5eb748e8f8/5320516788-250.jpg",
    "thumbnail_uri": "",
    "song": "Fade Into You",
    "track_id": "e355224b-9b47-3357-87fd-485c7cc93559",
    "recording_id": null,
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "So Tonight That I Might See",
    "release_id": "d9fa44a6-c79b-4b70-806b-af5eb748e8f8",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1993-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dinosaur Jr. cover of \"Fade Into You\": https://bit.ly/2lyoapG",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}