Information about plays

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

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

{
    "id": 503113,
    "uri": "https://api.kexp.org/v2/plays/503113/?format=api",
    "airdate": "2002-01-02T22:34:00-08:00",
    "show": 8646,
    "show_uri": "https://api.kexp.org/v2/shows/8646/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/313YTGS8B9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/313YTGS8B9L._SL75_.jpg",
    "song": "Limerick",
    "track_id": null,
    "recording_id": null,
    "artist": "Bardo Pond",
    "artist_ids": [
        "2ad8bce1-8e55-48db-82ed-d98b52a3a13f"
    ],
    "album": "Amanita",
    "release_id": "38e7816b-6909-47cc-8933-2e47fb2010c3",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1996-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}