Information about plays

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

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

{
    "id": 511436,
    "uri": "https://api.kexp.org/v2/plays/511436/?format=api",
    "airdate": "2002-01-27T17:05:00-08:00",
    "show": 8814,
    "show_uri": "https://api.kexp.org/v2/shows/8814/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31H471GHV1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31H471GHV1L._SL75_.jpg",
    "song": "Lost on the River",
    "track_id": "323249c7-2e57-465f-9bc8-586de224d150",
    "recording_id": null,
    "artist": "Clem Snide",
    "artist_ids": [
        "049d86e6-be73-4cb9-b498-0b6103ae3cb1"
    ],
    "album": "You Were A Diamond",
    "release_id": "351f0836-cd21-44c1-bc47-0f59b4bc90b8",
    "release_group_id": null,
    "labels": [
        "Tractor Beam"
    ],
    "label_ids": [
        "2d709f99-67e6-43d7-abf1-ae86ac1c959d"
    ],
    "release_date": "1998-12-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}