Information about plays

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

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

{
    "id": 377689,
    "uri": "https://api.kexp.org/v2/plays/377689/?format=api",
    "airdate": "2019-09-06T21:40:05-07:00",
    "show": 6283,
    "show_uri": "https://api.kexp.org/v2/shows/6283/?format=api",
    "image_uri": "http://coverartarchive.org/release/5a8b3c9b-909b-4b2f-ad8c-2484a8917ac4/23565239974-250.jpg",
    "thumbnail_uri": "",
    "song": "Get Away",
    "track_id": "735f1ccb-bee7-48d2-af0e-cc2783f45345",
    "recording_id": null,
    "artist": "BJ the Chicago Kid, J.I.D, Buddy & Kent Jamz",
    "artist_ids": [
        "112beffb-1adc-488b-8d61-7b2ab3475d52"
    ],
    "album": "1123",
    "release_id": "5a8b3c9b-909b-4b2f-ad8c-2484a8917ac4",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out BJ The Chicago Kid live at Nectar Lounge Sept 23!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}