Information about plays

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

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

{
    "id": 356422,
    "uri": "https://api.kexp.org/v2/plays/356422/?format=api",
    "airdate": "2019-07-19T10:20:49-07:00",
    "show": 5939,
    "show_uri": "https://api.kexp.org/v2/shows/5939/?format=api",
    "image_uri": "http://coverartarchive.org/release/d4f834ec-383b-40b5-b0c2-a61e425ac677/23287396815-250.jpg",
    "thumbnail_uri": "",
    "song": "Follow the Water",
    "track_id": "b1431acb-38c4-435e-952c-08728ed6638d",
    "recording_id": null,
    "artist": "Calexico / Iron & Wine",
    "artist_ids": [
        "c3f28da8-662d-4f09-bdc7-3084bf685930"
    ],
    "album": "Years to Burn",
    "release_id": "d4f834ec-383b-40b5-b0c2-a61e425ac677",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Calexico and Iron & Wine play the THING Fest at Fort Warden in Port Townsend on Sunday, August 25th. Snail Mail, Fontaines, D.C., the Black Tones and more will also perform. See the full lineup here: https://thingnw.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}