Information about plays

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

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

{
    "id": 371062,
    "uri": "https://api.kexp.org/v2/plays/371062/?format=api",
    "airdate": "2019-08-22T22:57:00-07:00",
    "show": 6181,
    "show_uri": "https://api.kexp.org/v2/shows/6181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everywhere I Go",
    "track_id": "6d33b61c-88b5-4dcf-916e-6cd2d3f5e100",
    "recording_id": null,
    "artist": "Kabaka Pyramid",
    "artist_ids": [
        "364162c7-09be-4462-b3c9-2f410b23605d"
    ],
    "album": "Kontraband",
    "release_id": "edaac54e-6065-4eb6-b600-6f6e57747d0b",
    "release_group_id": null,
    "labels": [
        "Ghetto Youths International"
    ],
    "label_ids": [],
    "release_date": "2018-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "feat. Protoje. Kabaka Pyramid is a conscious revolutionary lyricist with a unique musical style; blending the power, energy and melody of Reggae with the lyricism of Hip Hop.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}