Information about plays

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

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

{
    "id": 1284269,
    "uri": "https://api.kexp.org/v2/plays/1284269/?format=api",
    "airdate": "2007-09-27T18:35:16-07:00",
    "show": 22472,
    "show_uri": "https://api.kexp.org/v2/shows/22472/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tnUQRPnWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tnUQRPnWL._SL75_.jpg",
    "song": "Above and Beyond",
    "track_id": "30831077-8d6d-42b3-b2fc-fd35efc55dbd",
    "recording_id": null,
    "artist": "Dwight Yoakam",
    "artist_ids": [
        "0fb711af-c7ba-4bdc-b0b6-b8495fc0a590"
    ],
    "album": "Dwight Sings Buck",
    "release_id": "feabec66-2da5-40da-8122-2d9a6635113f",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2007-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}