Information about plays

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

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

{
    "id": 530954,
    "uri": "https://api.kexp.org/v2/plays/530954/?format=api",
    "airdate": "2002-03-25T10:35:54-08:00",
    "show": 9194,
    "show_uri": "https://api.kexp.org/v2/shows/9194/?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": "Bags & Trane",
    "track_id": null,
    "recording_id": null,
    "artist": "John Coltrane",
    "artist_ids": [
        "b625448e-bf4a-41c3-a421-72ad46cdb831"
    ],
    "album": "The Heavyweight Champion: The Complete Atlantic Recordings (disc 1)",
    "release_id": "b1214263-1d92-4e77-b24c-18fe260d7a2d",
    "release_group_id": null,
    "labels": [
        "Atlantic/Rhino"
    ],
    "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"
}