Information about plays

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

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

{
    "id": 352220,
    "uri": "https://api.kexp.org/v2/plays/352220/?format=api",
    "airdate": "2019-07-09T17:19:00-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Should've",
    "track_id": "e7c9637b-3f10-4a09-ae56-fe1f20610466",
    "recording_id": null,
    "artist": "Dude York",
    "artist_ids": [
        "1ce990a5-52a0-448f-ba6d-4cc011ebe4b3"
    ],
    "album": "Falling",
    "release_id": "41d15bac-b1b1-49f3-a443-6797217a2379",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [],
    "release_date": "2019-07-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle trio Dude York’s new full-length Falling–their tribute to adolescent romance and early-aughts mall punk–is out Friday, July 26th. The band just announced a free, all-ages in-store on their record release day at Easy Street Records in West Seattle.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}