Information about plays

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

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

{
    "id": 369876,
    "uri": "https://api.kexp.org/v2/plays/369876/?format=api",
    "airdate": "2019-08-20T13:03:06-07:00",
    "show": 6166,
    "show_uri": "https://api.kexp.org/v2/shows/6166/?format=api",
    "image_uri": "http://coverartarchive.org/release/555fce2e-44b4-464c-bb70-40f2ac39ba00/17275675545-250.jpg",
    "thumbnail_uri": "",
    "song": "Come Meh Way",
    "track_id": "d7090774-37d0-4c8e-a658-bda90d9c4af4",
    "recording_id": null,
    "artist": "Sudan Archives",
    "artist_ids": [
        "6ce5eca0-4ad6-49e0-a5ab-e11482d85324"
    ],
    "album": "Sudan Archives",
    "release_id": "555fce2e-44b4-464c-bb70-40f2ac39ba00",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2017-07-15",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On Sunday, August 25th, at noon, Sudan Archives will be LIVE on KEXP, playing from the THING event at Port Townsend, Washington, Saturday and Sunday, August 24th and 25th.  Learn more about our coverage:  https://www.kexp.org/events/thing-fest/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}