Information about plays

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

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

{
    "id": 382477,
    "uri": "https://api.kexp.org/v2/plays/382477/?format=api",
    "airdate": "2019-09-18T12:42:02-07:00",
    "show": 6365,
    "show_uri": "https://api.kexp.org/v2/shows/6365/?format=api",
    "image_uri": "http://coverartarchive.org/release/101e0620-0aab-4897-94da-3e18e334b171/24078098785-250.jpg",
    "thumbnail_uri": "",
    "song": "OMG",
    "track_id": "7ee5d9c9-ac8e-45a1-8c6b-7ffd82c15db1",
    "recording_id": null,
    "artist": "Sampa the Great",
    "artist_ids": [
        "9d79c790-9897-464e-aef0-db5bd3290f00"
    ],
    "album": "The Return",
    "release_id": "101e0620-0aab-4897-94da-3e18e334b171",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampa The Great's debut album <i>The Return</i> comes out this September. The video for \"OMG\" was directed by Sanjay De Silva, and shot in South Africa and Botswana, where Sampa was raised. Watch the video for \"OMG\" here: <br> https://bit.ly/2XI4ayz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}