Information about plays

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

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

{
    "id": 1283807,
    "uri": "https://api.kexp.org/v2/plays/1283807/?format=api",
    "airdate": "2007-09-26T14:19:44-07:00",
    "show": 22465,
    "show_uri": "https://api.kexp.org/v2/shows/22465/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61gEWWmeJJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61gEWWmeJJL._SL75_.jpg",
    "song": "No Dreams",
    "track_id": null,
    "recording_id": null,
    "artist": "Oakley Hall",
    "artist_ids": [
        "182e4e40-8e7b-4bfa-ace0-1ee62646e24d"
    ],
    "album": "I'll Follow You",
    "release_id": "5aef52f9-9d0c-4333-9072-fd18d7e60198",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2007-09-11",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}