Information about plays

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

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

{
    "id": 535030,
    "uri": "https://api.kexp.org/v2/plays/535030/?format=api",
    "airdate": "2002-04-05T19:14:49-08:00",
    "show": 9268,
    "show_uri": "https://api.kexp.org/v2/shows/9268/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/615lXhx6CnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/615lXhx6CnL._SL75_.jpg",
    "song": "Harder Than Your Heart",
    "track_id": "becab09b-e423-4e7b-aee1-0f98c52f1bf4",
    "recording_id": null,
    "artist": "Road Kings",
    "artist_ids": [
        "6ae8aa51-e63b-4e20-852d-00765c25c315"
    ],
    "album": "Road Kings",
    "release_id": "6ad3270d-2efe-4cfe-a0ac-e309022b92b1",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}