Information about plays

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

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

{
    "id": 1196209,
    "uri": "https://api.kexp.org/v2/plays/1196209/?format=api",
    "airdate": "2007-02-13T01:07:09-08:00",
    "show": 20970,
    "show_uri": "https://api.kexp.org/v2/shows/20970/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61PJldv%2BEiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61PJldv%2BEiL._SL75_.jpg",
    "song": "Freedom of Choice",
    "track_id": "2d47cd60-db9f-4a79-bf35-041d4cd8bf4a",
    "recording_id": null,
    "artist": "Devo",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Pioneers Who Got Scalped: The Anthology",
    "release_id": "3807381c-24d0-41d0-b1db-39eb31eaadaa",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2000-05-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}