Information about plays

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

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

{
    "id": 373471,
    "uri": "https://api.kexp.org/v2/plays/373471/?format=api",
    "airdate": "2019-08-28T10:32:45-07:00",
    "show": 6218,
    "show_uri": "https://api.kexp.org/v2/shows/6218/?format=api",
    "image_uri": "http://coverartarchive.org/release/6b8be9a4-44a9-496e-a8e0-1867d8382b52/10766581573-250.jpg",
    "thumbnail_uri": "",
    "song": "River",
    "track_id": "44de26a9-4fc2-499c-9948-e176dc75ed01",
    "recording_id": null,
    "artist": "Leon Bridges",
    "artist_ids": [
        "69d9dfd7-19b7-4a75-8a53-9f733fb5d774"
    ],
    "album": "Coming Home",
    "release_id": "6b8be9a4-44a9-496e-a8e0-1867d8382b52",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2015-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The name of this lovely mixtape is \"Gib and Jessica Dinner Mix ‘17\" by Gibson. <br>https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}