Information about plays

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

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

{
    "id": 381308,
    "uri": "https://api.kexp.org/v2/plays/381308/?format=api",
    "airdate": "2019-09-15T17:53:42-07:00",
    "show": 6347,
    "show_uri": "https://api.kexp.org/v2/shows/6347/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Go",
    "track_id": "c9550345-275b-3b27-b385-49bb596da20e",
    "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": "Another track featuring lead vocals by bassist Benajmin Orr.  Synth fans will recognize the pad taken right from the Dave Smith's famous Prophet-5 synthesizer.\n\n\"People are strange -- we're all morticians\"\n\n-- Ric Ocasek",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}