Information about plays

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

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

{
    "id": 374499,
    "uri": "https://api.kexp.org/v2/plays/374499/?format=api",
    "airdate": "2019-08-30T14:31:33-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "http://coverartarchive.org/release/0b3874de-09dc-45a5-97b1-528b50f3e59a/14840503964-250.jpg",
    "thumbnail_uri": "",
    "song": "Rock ’n’ Roll High School",
    "track_id": "2e472b22-55a6-37ea-a4b9-9c01cb38eb59",
    "recording_id": null,
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 1",
    "release_id": "0b3874de-09dc-45a5-97b1-528b50f3e59a",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another Ramones track from Shawnna Multine for KEXP's inaugural Mixtape Week, who recorded music from \"Rock N Roll High School\" off the TV with her younger brother when she was eight and he, six: \"My brother and I no longer share the same musical taste, but 16 years later Joey Ramone played the Rock the Reservation Festival in our hometown of Tuba City AZ.  We attended the show and laughed about how we came to love the Ramones.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}