Information about plays

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

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

{
    "id": 1352243,
    "uri": "https://api.kexp.org/v2/plays/1352243/?format=api",
    "airdate": "2008-03-20T19:08:48-07:00",
    "show": 23620,
    "show_uri": "https://api.kexp.org/v2/shows/23620/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HEVFC0RVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HEVFC0RVL._SL75_.jpg",
    "song": "A Walk on the Wild Side of Life",
    "track_id": "2de07d90-cc17-4526-8b9a-76d04b3fe7c6",
    "recording_id": null,
    "artist": "David Ball",
    "artist_ids": [
        "a0e567d7-0438-49c2-98af-c38f3ea50662"
    ],
    "album": "Thinkin' Problem",
    "release_id": "9f5e86a0-9445-4c8e-851e-9f612b1b7978",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}