Information about plays

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

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

{
    "id": 375606,
    "uri": "https://api.kexp.org/v2/plays/375606/?format=api",
    "airdate": "2019-09-02T11:59:13-07:00",
    "show": 6255,
    "show_uri": "https://api.kexp.org/v2/shows/6255/?format=api",
    "image_uri": "http://coverartarchive.org/release/671cb682-2c2c-4e8e-ad72-c526e895ad2e/16414194279-250.jpg",
    "thumbnail_uri": "",
    "song": "Guap",
    "track_id": "7a671665-93e2-4f22-827a-63a63e7016c5",
    "recording_id": null,
    "artist": "Yaeji",
    "artist_ids": [
        "2d781050-032a-4a4f-b0a9-7b4bc99449e1"
    ],
    "album": "Yaeji",
    "release_id": "671cb682-2c2c-4e8e-ad72-c526e895ad2e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read about Yaeji's process and her song \"One More\": https://www.kexp.org/read/2018/9/25/yaeji-processes-her-own-growth-new-song-one-more/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}