Information about plays

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

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

{
    "id": 501018,
    "uri": "https://api.kexp.org/v2/plays/501018/?format=api",
    "airdate": "2001-12-27T14:46:00-08:00",
    "show": 8603,
    "show_uri": "https://api.kexp.org/v2/shows/8603/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21TVX6K2DML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21TVX6K2DML._SL75_.jpg",
    "song": "It Ain't Rocket Science",
    "track_id": "41c799a5-8dc0-4acf-881d-bcacd52792fe",
    "recording_id": null,
    "artist": "Flanger",
    "artist_ids": [
        "ab0deb6c-0fad-428a-ab95-1b3256de20eb"
    ],
    "album": "Outer Space / Inner Space",
    "release_id": "0e84eeaa-f399-4c15-8cdb-9f481eca3b4c",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2001-11-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}