Information about plays

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

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

{
    "id": 381307,
    "uri": "https://api.kexp.org/v2/plays/381307/?format=api",
    "airdate": "2019-09-15T17:51:08-07:00",
    "show": 6347,
    "show_uri": "https://api.kexp.org/v2/shows/6347/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Candy-O",
    "track_id": "e8cdc339-9b69-3845-80ad-cdb612703559",
    "recording_id": null,
    "artist": "The Cars",
    "artist_ids": [
        "092b603f-eb4c-4958-b10e-02420de5885b"
    ],
    "album": "Candy-O",
    "release_id": "08bce009-34de-3c27-b44e-72c3c15dacb9",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1984-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Title track from The Cars' second album released in 1979, and reunited the band again with Queen producer Roy Thomas Baker\n\n\"I don't think I'm an entertainer.  I never think, 'Wow, I can't wait to get the crowd moving.'  Some of my favorite bands never moved an inch.\"\n\n-- Ric Ocasek",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}