Information about plays

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

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

{
    "id": 350370,
    "uri": "https://api.kexp.org/v2/plays/350370/?format=api",
    "airdate": "2019-07-05T07:54:39-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "http://coverartarchive.org/release/2880e30b-3a51-34c0-b1e8-2105b2a344a4/23200374089-250.jpg",
    "thumbnail_uri": "",
    "song": "Roadrunner",
    "track_id": "508f09d2-7bec-3234-815f-78898a45ed4b",
    "recording_id": null,
    "artist": "The Modern Lovers",
    "artist_ids": [
        "535f06f0-7ea2-41a4-a967-743b25558805"
    ],
    "album": "The Modern Lovers",
    "release_id": "2880e30b-3a51-34c0-b1e8-2105b2a344a4",
    "release_group_id": null,
    "labels": [
        "Sanctuary Midline"
    ],
    "label_ids": [
        "84f6693d-dfe5-470a-852a-3c21ece19439"
    ],
    "release_date": "2006-11-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This reviewer calls The Modern Lovers' self-titled release my \"favourite\" album:  https://www.theguardian.com/music/musicblog/2011/aug/10/modern-lovers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}