Information about plays

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

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

{
    "id": 534447,
    "uri": "https://api.kexp.org/v2/plays/534447/?format=api",
    "airdate": "2002-04-04T03:18:21-08:00",
    "show": 9258,
    "show_uri": "https://api.kexp.org/v2/shows/9258/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41cMWwXM72L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41cMWwXM72L._SL75_.jpg",
    "song": "Lucille",
    "track_id": "d2e87da0-0ae0-4fd5-8219-58c09a1cb438",
    "recording_id": null,
    "artist": "Le Mans",
    "artist_ids": [
        "62ec9967-480a-4f66-b239-ec3e48856078"
    ],
    "album": "Le Mans",
    "release_id": "c8dbe70b-e9ce-4bed-b3a4-6a9ad5909644",
    "release_group_id": null,
    "labels": [
        "Grimsey"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}