Information about plays

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

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

{
    "id": 502917,
    "uri": "https://api.kexp.org/v2/plays/502917/?format=api",
    "airdate": "2002-01-02T10:44:00-08:00",
    "show": 8643,
    "show_uri": "https://api.kexp.org/v2/shows/8643/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/618DWnATALL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/618DWnATALL._SL75_.jpg",
    "song": "Crazy",
    "track_id": "3d45f539-98b7-4e2c-9e5a-0dab9b40c9ab",
    "recording_id": null,
    "artist": "Dub Pistols",
    "artist_ids": [
        "5483e1c0-14ca-4ec4-9b03-c4e987420e4e"
    ],
    "album": "Six Million Ways to Live",
    "release_id": "9ba158d6-2c9d-4450-92a3-0cc01bdbf885",
    "release_group_id": null,
    "labels": [
        "A"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}