Information about plays

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

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

{
    "id": 441498,
    "uri": "https://api.kexp.org/v2/plays/441498/?format=api",
    "airdate": "2001-07-04T11:56:00-07:00",
    "show": 7448,
    "show_uri": "https://api.kexp.org/v2/shows/7448/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TcXry1OXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TcXry1OXL._SL75_.jpg",
    "song": "Rockin' in the Free World",
    "track_id": "083ee0c6-dc6e-4555-b537-64904ffe28f7",
    "recording_id": null,
    "artist": "Neil Young & Crazy Horse",
    "artist_ids": [
        "0f3515b0-75c9-46c9-b26c-4cd05d26eae7"
    ],
    "album": "Weld (disc 2)",
    "release_id": "abbf0bb9-903c-4292-aab9-525439fa4105",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}