Information about plays

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

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

{
    "id": 414596,
    "uri": "https://api.kexp.org/v2/plays/414596/?format=api",
    "airdate": "2001-04-09T13:00:00-07:00",
    "show": 6912,
    "show_uri": "https://api.kexp.org/v2/shows/6912/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41T9WF4XDTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41T9WF4XDTL._SL75_.jpg",
    "song": "Braindead",
    "track_id": "9451b5f9-981e-4ea8-9a15-1e939ac7e0af",
    "recording_id": null,
    "artist": "Red Red Meat",
    "artist_ids": [
        "d2952878-d32a-4e09-b6c8-6f9598e5cfbe"
    ],
    "album": "Jimmywine Majestic",
    "release_id": "61c39d5c-7967-4142-902b-40a14523ff43",
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}