Information about plays

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

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

{
    "id": 414552,
    "uri": "https://api.kexp.org/v2/plays/414552/?format=api",
    "airdate": "2001-04-09T10: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/5133boQGx7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5133boQGx7L._SL75_.jpg",
    "song": "Tarnished Angel",
    "track_id": null,
    "recording_id": null,
    "artist": "Silkworm",
    "artist_ids": [
        "64c9ed9d-0b97-4e01-946c-2ef5f342e236"
    ],
    "album": "Firewater",
    "release_id": "379df4b3-2bcd-4098-b219-87ac4cf96834",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1996-02-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}