Information about plays

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

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

{
    "id": 529982,
    "uri": "https://api.kexp.org/v2/plays/529982/?format=api",
    "airdate": "2002-03-22T12:47:50-08:00",
    "show": 9171,
    "show_uri": "https://api.kexp.org/v2/shows/9171/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51n3Po-LzJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51n3Po-LzJL._SL75_.jpg",
    "song": "A New Part of Town",
    "track_id": "03702041-8720-4bc2-bb64-e5fdfa3c2ebc",
    "recording_id": null,
    "artist": "matt pond PA",
    "artist_ids": [
        "d4a9be59-13e5-481b-8c68-833c5c1fd458"
    ],
    "album": "The Green Fury",
    "release_id": "c8d03e4e-f82f-4544-9d2d-cefd92a19146",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}