Information about plays

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

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

{
    "id": 376505,
    "uri": "https://api.kexp.org/v2/plays/376505/?format=api",
    "airdate": "2019-09-04T11:28:14-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "http://coverartarchive.org/release/42060d8e-73f5-4f49-a0a9-71596b561148/23912649591-250.jpg",
    "thumbnail_uri": "",
    "song": "People",
    "track_id": "578a5114-e08a-4bab-8ad5-49380c31218e",
    "recording_id": null,
    "artist": "The 1975",
    "artist_ids": [
        "5b6ebfe0-f72b-4902-bba9-74c8af0f1af0"
    ],
    "album": "People",
    "release_id": "42060d8e-73f5-4f49-a0a9-71596b561148",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2019-08-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Matty Healy has never sounded so ALIVE: barking, shrieking, and snarling, ripping his vocal cords to shreds as he rhymes “Obama” with “marijuana.” “We are appalling and we need to stop just watching shit in bed/And I know it sounds boring and we like things that are funny but we need to get this in our fucking heads” he screams.\" https://bit.ly/2lxtKJ4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}