Information about plays

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

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

{
    "id": 425560,
    "uri": "https://api.kexp.org/v2/plays/425560/?format=api",
    "airdate": "2001-05-18T01:49:05-07:00",
    "show": 7140,
    "show_uri": "https://api.kexp.org/v2/shows/7140/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21CGMPEA9FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21CGMPEA9FL._SL75_.jpg",
    "song": "It's Time for...",
    "track_id": "c28f8d86-e500-4f6d-a6e8-af016a89c524",
    "recording_id": null,
    "artist": "Organic Audio",
    "artist_ids": [
        "e15d599c-98fa-47bb-9b0c-d04f1ec895ca"
    ],
    "album": "Last One Home",
    "release_id": "2cf7f74f-1fc1-4ea9-8e2a-495665ab0832",
    "release_group_id": null,
    "labels": [
        "Tummy Touch"
    ],
    "label_ids": [
        "942bbf0f-b746-4d07-927b-8bdc34a81dea"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}