Information about plays

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

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

{
    "id": 534351,
    "uri": "https://api.kexp.org/v2/plays/534351/?format=api",
    "airdate": "2002-04-03T20:49:00-08:00",
    "show": 9256,
    "show_uri": "https://api.kexp.org/v2/shows/9256/?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": "Guslinger",
    "track_id": "92b89fd4-8531-424f-8118-1e04c02a771e",
    "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"
}