Information about plays

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

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

{
    "id": 1388772,
    "uri": "https://api.kexp.org/v2/plays/1388772/?format=api",
    "airdate": "2008-06-22T17:03:02-07:00",
    "show": 24242,
    "show_uri": "https://api.kexp.org/v2/shows/24242/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61CxnNCv4pL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61CxnNCv4pL._SL75_.jpg",
    "song": "Let's Rave On",
    "track_id": "65911adf-bb6e-4f8a-a221-5ae0d3b8e07a",
    "recording_id": null,
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "Chain Gang of Love",
    "release_id": "b127824e-fc2a-4c14-b5c3-3cbb3853bf69",
    "release_group_id": null,
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [
        "ad6f8706-c95e-443b-8579-8e3ecd27126c"
    ],
    "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"
}