Information about plays

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

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

{
    "id": 414612,
    "uri": "https://api.kexp.org/v2/plays/414612/?format=api",
    "airdate": "2001-04-09T14:00:00-07:00",
    "show": 6913,
    "show_uri": "https://api.kexp.org/v2/shows/6913/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RNXVXEP4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RNXVXEP4L._SL75_.jpg",
    "song": "Fat",
    "track_id": "97a66a22-690c-433d-b6f9-9e5f8380bae4",
    "recording_id": null,
    "artist": "Joe Henry",
    "artist_ids": [
        "7ea95bc8-7c97-4b8c-baf5-f3720bc94b40"
    ],
    "album": "Fuse",
    "release_id": "049f8c64-e510-4752-bdbd-d4a22fb3709a",
    "release_group_id": null,
    "labels": [
        "Mammoth Records"
    ],
    "label_ids": [
        "fff50bfe-ecdb-4d2c-882d-a86190d9dd55"
    ],
    "release_date": "1999-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}