Information about plays

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

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

{
    "id": 353519,
    "uri": "https://api.kexp.org/v2/plays/353519/?format=api",
    "airdate": "2019-07-12T15:24:39-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Plaid Pants",
    "track_id": "13594965-fad8-4d90-84a2-6d3a7343002f",
    "recording_id": null,
    "artist": "The Black Tones",
    "artist_ids": [
        "ddcfd686-79f0-4eda-9eb9-4c28591bf87e"
    ],
    "album": "Cobain and Cornbread",
    "release_id": "a6eef878-cba9-466e-a422-d7097a1c56de",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-04-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Capitol Hill Block Party on Fri. Jul 19th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}