Information about plays

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

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

{
    "id": 505726,
    "uri": "https://api.kexp.org/v2/plays/505726/?format=api",
    "airdate": "2002-01-10T15:39:00-08:00",
    "show": 8697,
    "show_uri": "https://api.kexp.org/v2/shows/8697/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qAAg2JSsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qAAg2JSsL._SL75_.jpg",
    "song": "Say Goodbye Forever",
    "track_id": "87d418ec-22e4-4ac6-976b-96046badc196",
    "recording_id": null,
    "artist": "The Rentals",
    "artist_ids": [
        "21763d94-f834-4a18-88b9-c82bc028a344"
    ],
    "album": "Seven More Minutes",
    "release_id": "69f987f1-ca0b-4b26-9275-602a3d14f75b",
    "release_group_id": null,
    "labels": [
        "Maverick"
    ],
    "label_ids": [
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688"
    ],
    "release_date": "1999-04-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}