Information about plays

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

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

{
    "id": 1196760,
    "uri": "https://api.kexp.org/v2/plays/1196760/?format=api",
    "airdate": "2007-02-14T10:57:31-08:00",
    "show": 20978,
    "show_uri": "https://api.kexp.org/v2/shows/20978/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tL0Cp9gzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tL0Cp9gzL._SL75_.jpg",
    "song": "Make-Out King",
    "track_id": "075922da-364a-4cf9-9505-8e5221dec9e7",
    "recording_id": null,
    "artist": "Eleni Mandell",
    "artist_ids": [
        "e888b7d9-bc39-4927-9244-a235b64b1347"
    ],
    "album": "Miracle of Five",
    "release_id": "b872a7ad-8963-4e82-b4ad-7907a8cd3fdf",
    "release_group_id": null,
    "labels": [
        "Zedtone"
    ],
    "label_ids": [
        "07cdda61-f098-4c5e-bced-e2e0ab6eaaaa"
    ],
    "release_date": "2007-02-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}