Information about plays

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

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

{
    "id": 457510,
    "uri": "https://api.kexp.org/v2/plays/457510/?format=api",
    "airdate": "2001-08-20T04:54:32-07:00",
    "show": 7754,
    "show_uri": "https://api.kexp.org/v2/shows/7754/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31RCMY95M6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31RCMY95M6L._SL75_.jpg",
    "song": "Ooze in Dub",
    "track_id": "52b9b6dd-016d-4cf8-9e83-2b7af6f662dd",
    "recording_id": null,
    "artist": "Dubadelic",
    "artist_ids": [
        "ea824567-b28b-4ddf-8a91-95ce3d92c96c"
    ],
    "album": "Bass Invaders",
    "release_id": "e06cb1ef-1eeb-4e16-952f-3de5ad8e3bcc",
    "release_group_id": null,
    "labels": [
        "WordSound"
    ],
    "label_ids": [
        "201b9f9e-4d75-4e8a-8cb8-fc0b28dc45b8"
    ],
    "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"
}