Information about plays

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

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

{
    "id": 534962,
    "uri": "https://api.kexp.org/v2/plays/534962/?format=api",
    "airdate": "2002-04-05T15:17:34-08:00",
    "show": 9267,
    "show_uri": "https://api.kexp.org/v2/shows/9267/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41D5H0C317L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41D5H0C317L._SL75_.jpg",
    "song": "Too Fast for Love",
    "track_id": "c57abc48-316e-4006-a739-c828b7424909",
    "recording_id": null,
    "artist": "The Donnas",
    "artist_ids": [
        "d70416d3-c006-4a8b-aebd-91a4f198591f"
    ],
    "album": "Get Skintight",
    "release_id": "ac36e4b3-0738-407e-9559-cb87d1a5a01b",
    "release_group_id": null,
    "labels": [
        "Lookout! Records"
    ],
    "label_ids": [
        "1688db48-6fb1-43df-883d-954d39477958"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}