Information about plays

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

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

{
    "id": 381510,
    "uri": "https://api.kexp.org/v2/plays/381510/?format=api",
    "airdate": "2019-09-16T07:23:32-07:00",
    "show": 6352,
    "show_uri": "https://api.kexp.org/v2/shows/6352/?format=api",
    "image_uri": "http://coverartarchive.org/release/e1b51d95-e573-3f68-9682-c54a9fe94291/9713284752-250.jpg",
    "thumbnail_uri": "",
    "song": "Teenage FBI",
    "track_id": "f8892264-be30-314d-b49c-52831477d302",
    "recording_id": null,
    "artist": "Guided by Voices",
    "artist_ids": [
        "6c85f4c3-026c-4c16-9a7c-f546f42ed0fb"
    ],
    "album": "Do the Collapse",
    "release_id": "e1b51d95-e573-3f68-9682-c54a9fe94291",
    "release_group_id": null,
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "1999-08-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Ric Ocasek of The Cars. Check out this throwback 1994 Spin interview with Guided By Voices that they reissued last June to celebrate the 25th anniversary of their landmark album, Bee Voices: https://bit.ly/2khhYSW",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}