Information about plays

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

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

{
    "id": 349513,
    "uri": "https://api.kexp.org/v2/plays/349513/?format=api",
    "airdate": "2019-07-03T08:57:06-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quality Control (Clean)",
    "track_id": "1586ae1a-89c7-4055-b98f-9e96da232067",
    "recording_id": null,
    "artist": "Jurassic 5",
    "artist_ids": [
        "11c6b106-1c1f-429d-8407-b1ee155d7f72"
    ],
    "album": "Quality Control",
    "release_id": "ee090315-bd75-41a3-95d6-964b47de81be",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jurassic 5 is an American alternative hip hop group formed in 1991 by: rappers Charles Stewart, Dante Givens, Courtenay Henderson, Marc Stuart; and disc jockeys Mark Potsic and Lucas MacFadden. <br> </br> Lucas MacFadden is better known as Cut Chemist. <br> </br> Here's the video for this song: https://www.youtube.com/watch?v=PgpDN-bARwc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}