Information about plays

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

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

{
    "id": 343395,
    "uri": "https://api.kexp.org/v2/plays/343395/?format=api",
    "airdate": "2019-06-19T09:27:00-07:00",
    "show": 5724,
    "show_uri": "https://api.kexp.org/v2/shows/5724/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Work It Out",
    "track_id": "82ff534a-20aa-4a3c-87a1-14a26fbc1bf1",
    "recording_id": null,
    "artist": "Twerps",
    "artist_ids": [
        "5d0b14e6-2622-4997-8a5e-554a1440396d"
    ],
    "album": "Work It Out",
    "release_id": "267aaf6d-62bf-47c0-8d86-18c429e18d7f",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2012-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Nicole who is in labor and stuck in traffic! Don't worry - she's not driving. Please get out of her way and let her get to the hospital!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}