Information about plays

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

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

{
    "id": 380378,
    "uri": "https://api.kexp.org/v2/plays/380378/?format=api",
    "airdate": "2019-09-13T11:08:13-07:00",
    "show": 6330,
    "show_uri": "https://api.kexp.org/v2/shows/6330/?format=api",
    "image_uri": "http://coverartarchive.org/release/166989f4-4672-3a7e-a410-b90a5eb6b9a7/4522673744-250.jpg",
    "thumbnail_uri": "",
    "song": "Time Is on My Side",
    "track_id": "f6e54d55-3a19-3261-b3ce-026b4e9f68b3",
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "12 × 5",
    "release_id": "166989f4-4672-3a7e-a410-b90a5eb6b9a7",
    "release_group_id": null,
    "labels": [
        "ABKCO"
    ],
    "label_ids": [
        "048df3b9-10b0-4d60-b484-8e29b18f6100"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song appears on Aleksander's mix \"And So Came the Vandals.\" See more of KEXP's celebration of Mixtape Week here: https://www.kexp.org/mixtape/<br><br>Though later popularized by the Rolling Stones and Irma Thomas, \"Time Is on My Side\" was originally written by Jerry Ragovoy (using the pseudonym \"Norman Meade\") and first performed by  jazz trombonist Kai Winding and his Orchestra in 1963.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}