Information about plays

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

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

{
    "id": 1303161,
    "uri": "https://api.kexp.org/v2/plays/1303161/?format=api",
    "airdate": "2007-11-16T14:13:02-08:00",
    "show": 22797,
    "show_uri": "https://api.kexp.org/v2/shows/22797/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FZJ9ChaKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FZJ9ChaKL._SL75_.jpg",
    "song": "Fear Feats",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Vadim",
    "artist_ids": [
        "66fce392-d89d-4eaa-a346-c50aa1021f00"
    ],
    "album": "The Soundcatcher",
    "release_id": "3361f7a7-1319-4b1f-8168-c1a358e7c65c",
    "release_group_id": null,
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2007-04-02",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}