Information about plays

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

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

{
    "id": 452038,
    "uri": "https://api.kexp.org/v2/plays/452038/?format=api",
    "airdate": "2001-08-04T03:50:00-07:00",
    "show": 7644,
    "show_uri": "https://api.kexp.org/v2/shows/7644/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XE6MEJ6NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XE6MEJ6NL._SL75_.jpg",
    "song": "Doomsday",
    "track_id": "d9e87b4d-6436-4b24-bb95-955dfd825d64",
    "recording_id": null,
    "artist": "Monster Magnet",
    "artist_ids": [
        "a0955511-1324-4e9b-834f-e1e140502850"
    ],
    "album": "God Says No",
    "release_id": "085ca322-9ece-4c71-b936-1eae919c832e",
    "release_group_id": null,
    "labels": [
        "A"
    ],
    "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"
}