Information about plays

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

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

{
    "id": 374428,
    "uri": "https://api.kexp.org/v2/plays/374428/?format=api",
    "airdate": "2019-08-30T10:27:37-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boy Lilikoi",
    "track_id": "599ebc2f-2ac9-3537-9e82-21f30bfc09af",
    "recording_id": null,
    "artist": "Jónsi",
    "artist_ids": [
        "5ab5210a-d5c0-481b-8ec3-8160c9341d8c"
    ],
    "album": "Live at KEXP, Volume Seven",
    "release_id": "12f52ffd-65fb-40f2-bab3-5d990e34ec84",
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2011-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the seventh song from Drew's playlist. See more mixtapes submitted by KEXP listeners and staff here: https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}