Information about plays

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

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

{
    "id": 1277669,
    "uri": "https://api.kexp.org/v2/plays/1277669/?format=api",
    "airdate": "2007-09-10T22:12:07-07:00",
    "show": 22363,
    "show_uri": "https://api.kexp.org/v2/shows/22363/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RwTvP-PiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RwTvP-PiL._SL75_.jpg",
    "song": "Dear Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Film School",
    "artist_ids": [
        "9499a0a3-61af-41a3-bbdf-9fdfda142778"
    ],
    "album": "Hideout",
    "release_id": "0a9890fc-6c27-4414-832f-901d81c3fa4f",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "2007-09-11",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}