Information about plays

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

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

{
    "id": 377469,
    "uri": "https://api.kexp.org/v2/plays/377469/?format=api",
    "airdate": "2019-09-06T12:50:08-07:00",
    "show": 6281,
    "show_uri": "https://api.kexp.org/v2/shows/6281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rank & File",
    "track_id": "df542af7-2cdc-4056-af6f-70a75103159e",
    "recording_id": null,
    "artist": "Moses Sumney",
    "artist_ids": [
        "89c081d4-2ab2-4d3e-8589-ad77dfc40384"
    ],
    "album": "Black in Deep Red, 2014",
    "release_id": "d3cb2038-7bbb-4868-bea2-cc6504965511",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2018-08-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moses Sumney has a new album coming out sometime this year. Check out this amazing in studio with Moses Sumney: https://www.youtube.com/watch?v=NPeji3NS4uE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}