Information about plays

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

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

{
    "id": 487032,
    "uri": "https://api.kexp.org/v2/plays/487032/?format=api",
    "airdate": "2001-11-15T19:06:00-08:00",
    "show": 8330,
    "show_uri": "https://api.kexp.org/v2/shows/8330/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51iCd3BE-sL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51iCd3BE-sL._SL75_.jpg",
    "song": "Between the Devil and Me",
    "track_id": "81f5fc1f-d363-4fa2-b867-14120f973e4c",
    "recording_id": null,
    "artist": "Alan Jackson",
    "artist_ids": [
        "7291957b-c463-4275-a41c-a104c9e2337f"
    ],
    "album": "Everything I Love",
    "release_id": "35a5edfb-e002-4b46-b0b2-9a1e18ede2bb",
    "release_group_id": null,
    "labels": [
        "Arista Nashville"
    ],
    "label_ids": [
        "6e82c5cc-2c14-4add-9d1a-34ae826a452d"
    ],
    "release_date": "1996-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}