Information about plays

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

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

{
    "id": 531995,
    "uri": "https://api.kexp.org/v2/plays/531995/?format=api",
    "airdate": "2002-03-28T01:42:12-08:00",
    "show": 9210,
    "show_uri": "https://api.kexp.org/v2/shows/9210/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QzsQmjXeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QzsQmjXeL._SL75_.jpg",
    "song": "Robot Sings (As If He Were Frank Sinatra With a Half-Boiled Egg and the Salt Shaker on a Breakfast Table)",
    "track_id": "10edb210-c0ae-4467-adf9-fd451120c4a2",
    "recording_id": null,
    "artist": "Buffalo Daughter",
    "artist_ids": [
        "c71ae637-cbc5-4f57-9c1a-38d691bd3c43"
    ],
    "album": "I",
    "release_id": "a52cb08e-c441-471f-9e67-847fa92c901f",
    "release_group_id": null,
    "labels": [
        "Emperor Norton"
    ],
    "label_ids": [
        "9066eb2b-916d-481b-9d25-46c43c6131ef"
    ],
    "release_date": "2002-02-19",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}