Information about plays

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

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

{
    "id": 431352,
    "uri": "https://api.kexp.org/v2/plays/431352/?format=api",
    "airdate": "2001-06-04T21:32:00-07:00",
    "show": 7256,
    "show_uri": "https://api.kexp.org/v2/shows/7256/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21PKMG0H40L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21PKMG0H40L._SL75_.jpg",
    "song": "Backed Into It",
    "track_id": "3adc3375-0b96-4b00-be87-59b42bb8552a",
    "recording_id": null,
    "artist": "Buttercup",
    "artist_ids": [
        "b0cab237-8435-47ff-9d61-7f666ac8df2b"
    ],
    "album": "Love",
    "release_id": "0a48a5e7-f9f8-4e18-96af-921de4d1e44f",
    "release_group_id": null,
    "labels": [
        "Spirit of Orr"
    ],
    "label_ids": [
        "11a47915-efa4-4a68-8eae-72aaa8d1b91a"
    ],
    "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"
}