Information about plays

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

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

{
    "id": 375870,
    "uri": "https://api.kexp.org/v2/plays/375870/?format=api",
    "airdate": "2019-09-03T05:03:50-07:00",
    "show": 6259,
    "show_uri": "https://api.kexp.org/v2/shows/6259/?format=api",
    "image_uri": "http://coverartarchive.org/release/4a11e3b3-18a2-4be3-8d22-500ea0da86c1/22120126033-250.jpg",
    "thumbnail_uri": "",
    "song": "Sicilian Crest",
    "track_id": "57b4b586-c4b7-4d03-bd34-ee551fac98a2",
    "recording_id": null,
    "artist": "The Mountain Goats",
    "artist_ids": [
        "9639cd52-c351-4a17-9797-58880e95a7ef"
    ],
    "album": "In League With Dragons",
    "release_id": "4a11e3b3-18a2-4be3-8d22-500ea0da86c1",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing LIVE on KEXP this Thurs. Sept. 5th at noon. Open to the public. Full info on our website.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}