Information about plays

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

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

{
    "id": 534113,
    "uri": "https://api.kexp.org/v2/plays/534113/?format=api",
    "airdate": "2002-04-03T04:49:24-08:00",
    "show": 9252,
    "show_uri": "https://api.kexp.org/v2/shows/9252/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31CJWWHX39L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31CJWWHX39L._SL75_.jpg",
    "song": "A Little Touched",
    "track_id": "97edda24-0721-492e-913a-202ca772ed61",
    "recording_id": null,
    "artist": "Great Lakes",
    "artist_ids": [
        "4d727991-382b-4905-a5b3-dbc0d3a10e6f"
    ],
    "album": "Great Lakes",
    "release_id": "2c188f23-6917-404b-a6b6-39596b728ea7",
    "release_group_id": null,
    "labels": [
        "Kindercore Records"
    ],
    "label_ids": [
        "942bf59b-bbec-4443-af99-cf110418460c"
    ],
    "release_date": "2000-04-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}