Information about plays

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

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

{
    "id": 1264850,
    "uri": "https://api.kexp.org/v2/plays/1264850/?format=api",
    "airdate": "2007-08-09T10:15:00-07:00",
    "show": 22147,
    "show_uri": "https://api.kexp.org/v2/shows/22147/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vz-VWk2%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vz-VWk2%2BL._SL75_.jpg",
    "song": "1000 Words",
    "track_id": null,
    "recording_id": null,
    "artist": "Arthur & Yu",
    "artist_ids": [
        "37d5282b-92e8-4307-8c80-0c6538aebf83"
    ],
    "album": "In Camera",
    "release_id": "41ad357f-ea77-4f22-bf1a-ecb6233df030",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2007-06-19",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}