Information about plays

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

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

{
    "id": 428482,
    "uri": "https://api.kexp.org/v2/plays/428482/?format=api",
    "airdate": "2001-05-27T00:00:00-07:00",
    "show": 7199,
    "show_uri": "https://api.kexp.org/v2/shows/7199/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SeATqPMyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SeATqPMyL._SL75_.jpg",
    "song": "Focus on Sanity",
    "track_id": "da975268-8879-4afa-8482-a184cb2c5ca8",
    "recording_id": null,
    "artist": "John Coltrane",
    "artist_ids": [
        "b625448e-bf4a-41c3-a421-72ad46cdb831"
    ],
    "album": "The Heavyweight Champion: The Complete Atlantic Recordings (disc 3)",
    "release_id": "0dea5b0d-4268-4b8a-8a0e-5da99a4c6448",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}