Information about plays

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

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

{
    "id": 372997,
    "uri": "https://api.kexp.org/v2/plays/372997/?format=api",
    "airdate": "2019-08-27T13:42:31-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/ce32f695-b82f-4457-a4d6-2938b2f14903/23271068343-250.jpg",
    "thumbnail_uri": "",
    "song": "Monster",
    "track_id": "3d83fe57-16b0-4c8e-987e-2eee8d03bd4e",
    "recording_id": null,
    "artist": "Chad VanGaalen",
    "artist_ids": [
        "d5c5c11b-153d-4f28-9525-db5ec1bfe0ad"
    ],
    "album": "Shrink Dust",
    "release_id": "ce32f695-b82f-4457-a4d6-2938b2f14903",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Neil's mixtape for his truck driver/artist friend Mark included this song about being the monster.  Watch the official video for \"Monster\": https://www.youtube.com/watch?v=mqzuq7EkzeI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}