Information about plays

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

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

{
    "id": 371066,
    "uri": "https://api.kexp.org/v2/plays/371066/?format=api",
    "airdate": "2019-08-22T23:11:54-07:00",
    "show": 6181,
    "show_uri": "https://api.kexp.org/v2/shows/6181/?format=api",
    "image_uri": "http://coverartarchive.org/release/fa5b2603-3675-4552-bc78-b7d228d45a1e/23526527719-250.jpg",
    "thumbnail_uri": "",
    "song": "Late Night Feelings",
    "track_id": "ca804b62-c8f3-4bd0-84c3-7998a61b71da",
    "recording_id": null,
    "artist": "Mark Ronson feat. Lykke Li",
    "artist_ids": [
        "cc7d4686-ea02-45fd-956e-94c1a322558c"
    ],
    "album": "Late Night Feelings",
    "release_id": "fa5b2603-3675-4552-bc78-b7d228d45a1e",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Late Night Feelings is the fifth studio album by British producer Mark Ronson. It was released in June 2019 via Columbia.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}