Information about plays

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

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

{
    "id": 351901,
    "uri": "https://api.kexp.org/v2/plays/351901/?format=api",
    "airdate": "2019-07-09T01:08:23-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "http://coverartarchive.org/release/dd1f1f13-f493-41d5-b825-7a26ed3c5dc6/23356182175-250.jpg",
    "thumbnail_uri": "",
    "song": "No Dice",
    "track_id": "5fb8729b-9175-418d-b129-6a9126fbb6d2",
    "recording_id": null,
    "artist": "Blanck Mass",
    "artist_ids": [
        "0bbc4521-e5ac-4082-aa6c-fabfa606192d"
    ],
    "album": "Animated Violence Mild",
    "release_id": "dd1f1f13-f493-41d5-b825-7a26ed3c5dc6",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blanck Mass is the solo project of Benjamin John Power from F*ck Buttons. The new album drops on August 16, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}