Information about plays

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

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

{
    "id": 374862,
    "uri": "https://api.kexp.org/v2/plays/374862/?format=api",
    "airdate": "2019-08-31T13:47:30-07:00",
    "show": 6239,
    "show_uri": "https://api.kexp.org/v2/shows/6239/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wow (GUAU! Mexican Institute of Sound Remix)",
    "track_id": "da891d3d-c471-4213-b86e-c80d72466e9c",
    "recording_id": null,
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Wow (GUAU! Mexican Institute of Sound Remix)",
    "release_id": "f06354d9-9260-4bd0-83d6-76a20bc94bd0",
    "release_group_id": null,
    "labels": [
        "Fonograf Records"
    ],
    "label_ids": [
        "64ba9339-81d8-4159-9731-619053e03e3d"
    ],
    "release_date": "2016-08-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This remix by the Mexican Institute Of Sound features La Banda Bastön’s Mü. The retitled “GUAU!” bursts with cumbia horns, D.R.A.M.-esque Mario samples, and a new Spanish-language rap verse.: http://www.stereogum.com/1893778/beck-wow-guau-mexican-institute-of-sound-remix/mp3s/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}