Information about plays

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

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

{
    "id": 535558,
    "uri": "https://api.kexp.org/v2/plays/535558/?format=api",
    "airdate": "2002-04-07T13:25:02-07:00",
    "show": 9282,
    "show_uri": "https://api.kexp.org/v2/shows/9282/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YYM1NCJFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YYM1NCJFL._SL75_.jpg",
    "song": "The Curse of Having it All",
    "track_id": "1396d05b-d218-4b53-82c9-5f499915fa58",
    "recording_id": null,
    "artist": "Quasi",
    "artist_ids": [
        "3df29542-402a-49a5-ae1f-82f936184b3b"
    ],
    "album": "The Sword of God",
    "release_id": "3a8449c9-5a77-4b70-8f73-260641f207ce",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2001-08-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}