Information about plays

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

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

{
    "id": 374523,
    "uri": "https://api.kexp.org/v2/plays/374523/?format=api",
    "airdate": "2019-08-30T15:10:02-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "http://coverartarchive.org/release/e78fc156-e0be-4e1a-a668-9338356dfe29/3350498477-250.jpg",
    "thumbnail_uri": "",
    "song": "Where Is My Mind?",
    "track_id": "83e08903-6250-3d8d-9a84-08aee7e95471",
    "recording_id": null,
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Surfer Rosa",
    "release_id": "e78fc156-e0be-4e1a-a668-9338356dfe29",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1992-01-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Although the song was never released as a single, it is one of the band's signature songs. It received a Silver certification from the BPI for UK singles.  It was written by Black Francis while he attended the University of Massachusetts Amherst, and was inspired by his experiences while scuba diving in the Caribbean. He later said he had \"this very small fish trying to chase me. I don't know why—I don't know too much about fish behavior.\"  https://bit.ly/2JNfofP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}