Information about plays

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

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

{
    "id": 421624,
    "uri": "https://api.kexp.org/v2/plays/421624/?format=api",
    "airdate": "2001-05-06T00:25:42-07:00",
    "show": 7061,
    "show_uri": "https://api.kexp.org/v2/shows/7061/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ChKo-TB5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ChKo-TB5L._SL75_.jpg",
    "song": "John McLaughlin",
    "track_id": "d9480142-2089-422a-a74e-0ed054ddee2d",
    "recording_id": null,
    "artist": "Miles Davis",
    "artist_ids": [
        "561d854a-6a28-4aa7-8c99-323e6ce46c2a"
    ],
    "album": "The Complete Bitches Brew Sessions (disc 1)",
    "release_id": "07255b90-5799-47e5-b4bc-283db8509dd9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1998-11-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}