Information about plays

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

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

{
    "id": 380150,
    "uri": "https://api.kexp.org/v2/plays/380150/?format=api",
    "airdate": "2019-09-12T21:25:15-07:00",
    "show": 6326,
    "show_uri": "https://api.kexp.org/v2/shows/6326/?format=api",
    "image_uri": "http://coverartarchive.org/release/b0c3821a-5e62-46a3-9b99-de1e5b66a536/22148327616-250.jpg",
    "thumbnail_uri": "",
    "song": "Vote for Me",
    "track_id": "e71f689f-9170-4e9f-9bd7-68b6a01530ef",
    "recording_id": null,
    "artist": "The Specials",
    "artist_ids": [
        "07eb40a2-2914-439c-a01d-15a685b84ddf"
    ],
    "album": "Encore (Deluxe)",
    "release_id": "b0c3821a-5e62-46a3-9b99-de1e5b66a536",
    "release_group_id": null,
    "labels": [
        "Universal Music"
    ],
    "label_ids": [
        "13a464dc-b9fd-4d16-a4f4-d4316f6a46c7"
    ],
    "release_date": "2019-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Specials  “Vote For Me,” the lead single from their recent album Encore. The track finds the U.K. ska band in a disgruntled mood, complaining about elected officials. Encore is Specials’ first album of original songs since 1988’s Guilty ’til Proved Innocent!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}