Information about plays

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

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

{
    "id": 434587,
    "uri": "https://api.kexp.org/v2/plays/434587/?format=api",
    "airdate": "2001-06-14T10:53:20-07:00",
    "show": 7314,
    "show_uri": "https://api.kexp.org/v2/shows/7314/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510XPA676XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510XPA676XL._SL75_.jpg",
    "song": "Roadrunner",
    "track_id": null,
    "recording_id": null,
    "artist": "Jonathan Richman and the Modern Lovers",
    "artist_ids": [
        "8a5dff84-c79f-4898-9e15-e100c53ebb58"
    ],
    "album": "The Beserkley Years: The Best of Jonathan Richman and the Modern Lovers",
    "release_id": "81837816-502e-44cc-8bee-c07ff91f530b",
    "release_group_id": null,
    "labels": [
        "beserkley"
    ],
    "label_ids": [],
    "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"
}