Information about plays

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

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

{
    "id": 1354690,
    "uri": "https://api.kexp.org/v2/plays/1354690/?format=api",
    "airdate": "2008-03-26T22:39:44-07:00",
    "show": 23661,
    "show_uri": "https://api.kexp.org/v2/shows/23661/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kUnrvrVYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kUnrvrVYL._SL75_.jpg",
    "song": "Sinking Pinks (f. Chris Adams of Hood)",
    "track_id": null,
    "recording_id": null,
    "artist": "Subtle",
    "artist_ids": [
        "d42d210e-b903-42c5-bd85-48c91218dd44"
    ],
    "album": "Yell & Ice",
    "release_id": "48ef9125-b6ca-45a9-9b18-ad3e5b9bab1a",
    "release_group_id": null,
    "labels": [
        "Lex Records"
    ],
    "label_ids": [
        "07c88952-2b68-4610-8736-1ca8f977c204"
    ],
    "release_date": "2007-10-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}