Information about plays

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

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

{
    "id": 491817,
    "uri": "https://api.kexp.org/v2/plays/491817/?format=api",
    "airdate": "2001-11-30T03:23:00-08:00",
    "show": 8427,
    "show_uri": "https://api.kexp.org/v2/shows/8427/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11GQEPC4JFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11GQEPC4JFL._SL75_.jpg",
    "song": "Six Am",
    "track_id": "1aedc48b-321d-41ff-939d-f328718e06b2",
    "recording_id": null,
    "artist": "The Album Leaf",
    "artist_ids": [
        "ffb18e19-64a4-4a65-b4ce-979e00c3c69d"
    ],
    "album": "In an Off White Room",
    "release_id": "37c8f5eb-af75-45a6-badf-8f9e1029f179",
    "release_group_id": null,
    "labels": [
        "Troubleman Unlimited"
    ],
    "label_ids": [
        "a29656eb-0bc8-4059-b75f-c406c55e0907"
    ],
    "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"
}