Information about plays

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

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

{
    "id": 1316569,
    "uri": "https://api.kexp.org/v2/plays/1316569/?format=api",
    "airdate": "2007-12-20T19:10:16-08:00",
    "show": 23022,
    "show_uri": "https://api.kexp.org/v2/shows/23022/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61rW82PL24L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61rW82PL24L._SL75_.jpg",
    "song": "Do It Yourself",
    "track_id": null,
    "recording_id": null,
    "artist": "Drive-By Truckers",
    "artist_ids": [
        "8eae1e0a-1696-4532-9e3c-0a072217ef4c"
    ],
    "album": "Decoration Day",
    "release_id": "15f53c91-d9c0-40b0-920f-cc62cdfb63eb",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2003-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}