Information about plays

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

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

{
    "id": 453957,
    "uri": "https://api.kexp.org/v2/plays/453957/?format=api",
    "airdate": "2001-08-09T18:48:34-07:00",
    "show": 7681,
    "show_uri": "https://api.kexp.org/v2/shows/7681/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51U1%2BSH2LxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51U1%2BSH2LxL._SL75_.jpg",
    "song": "You'll Never Leave Harlan Alive",
    "track_id": "7ef5bdd5-dba7-4b43-85d4-e5689c90fd82",
    "recording_id": null,
    "artist": "Brad Paisley",
    "artist_ids": [
        "6cfd7ffc-824f-4219-8e27-4b9417700f44"
    ],
    "album": "Part II",
    "release_id": "efa145cc-9fd8-4f9b-9186-723075fef867",
    "release_group_id": null,
    "labels": [
        "Arista Nashville"
    ],
    "label_ids": [
        "6e82c5cc-2c14-4add-9d1a-34ae826a452d"
    ],
    "release_date": "2001-05-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}