Information about plays

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

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

{
    "id": 349014,
    "uri": "https://api.kexp.org/v2/plays/349014/?format=api",
    "airdate": "2019-07-02T11:29:00-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "http://coverartarchive.org/release/8cf86d40-0c51-4762-98df-eade4f6a97dd/9449551793-250.jpg",
    "thumbnail_uri": "",
    "song": "Concrete and Clay (clean)",
    "track_id": "29af0a1b-ed4e-3875-b00c-8a76ca041e43",
    "recording_id": null,
    "artist": "Jurassic 5",
    "artist_ids": [
        "11c6b106-1c1f-429d-8407-b1ee155d7f72"
    ],
    "album": "Improvise",
    "release_id": "8cf86d40-0c51-4762-98df-eade4f6a97dd",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1999-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Want to know the lyrics for this song?: https://genius.com/Jurassic-5-concrete-and-clay-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}