Information about plays

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

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

{
    "id": 533300,
    "uri": "https://api.kexp.org/v2/plays/533300/?format=api",
    "airdate": "2002-03-31T20:00:00-08:00",
    "show": 9238,
    "show_uri": "https://api.kexp.org/v2/shows/9238/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MV3Ecz8%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MV3Ecz8%2BL._SL75_.jpg",
    "song": "Sounds From the Village (Rollerskate mix)",
    "track_id": "ff31cc82-cb98-40a5-93e8-14903a0d1258",
    "recording_id": null,
    "artist": "Phil Ranelin",
    "artist_ids": [
        "bca4138d-502a-4573-a61a-c64499564354"
    ],
    "album": "Remixes",
    "release_id": "abc0c65f-4ca8-4b42-90e0-4c5c40cb4a2d",
    "release_group_id": null,
    "labels": [
        "Hefty Records"
    ],
    "label_ids": [
        "349e8c1c-028c-4839-a04d-80714c09ecbe"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}