Information about plays

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

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

{
    "id": 534636,
    "uri": "https://api.kexp.org/v2/plays/534636/?format=api",
    "airdate": "2002-04-04T17:13:00-08:00",
    "show": 9261,
    "show_uri": "https://api.kexp.org/v2/shows/9261/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/216YNX2PJKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/216YNX2PJKL._SL75_.jpg",
    "song": "Snakebite",
    "track_id": "7caa086b-b0f0-4e7c-9d3f-1070960f1216",
    "recording_id": null,
    "artist": "Wytchyker",
    "artist_ids": [
        "bd679c52-47d4-4e1c-a401-12661ccdfb4a"
    ],
    "album": "Full Blast",
    "release_id": "d4714f53-d267-400c-9c59-49f0ee85f539",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}