Information about plays

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

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

{
    "id": 453149,
    "uri": "https://api.kexp.org/v2/plays/453149/?format=api",
    "airdate": "2001-08-07T13:56:00-07:00",
    "show": 7667,
    "show_uri": "https://api.kexp.org/v2/shows/7667/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SYMPXE7YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SYMPXE7YL._SL75_.jpg",
    "song": "I Don't See How",
    "track_id": "6b603a5b-51c0-4258-9f34-98c8cd40bf52",
    "recording_id": null,
    "artist": "Gingersol",
    "artist_ids": [
        "7371d211-e15f-41f3-bfb3-28ec8877d40c"
    ],
    "album": "Nothing Stops Moving",
    "release_id": "9c18540a-2168-4bfe-8be0-1ae15cf22c7c",
    "release_group_id": null,
    "labels": [
        "Idea Prone"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}