Information about plays

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

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

{
    "id": 429021,
    "uri": "https://api.kexp.org/v2/plays/429021/?format=api",
    "airdate": "2001-05-28T21:22:30-07:00",
    "show": 7211,
    "show_uri": "https://api.kexp.org/v2/shows/7211/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4103T2N1MQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4103T2N1MQL._SL75_.jpg",
    "song": "Testimony",
    "track_id": null,
    "recording_id": null,
    "artist": "Grant Lee Buffalo",
    "artist_ids": [
        "b2ccf20a-0569-4375-a486-7ca9c5e65afc"
    ],
    "album": "Jubilee",
    "release_id": "cd2f7c82-efe6-42e7-a19a-62ad9b6e316e",
    "release_group_id": null,
    "labels": [
        "Warner Brothers"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}