Information about plays

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

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

{
    "id": 531455,
    "uri": "https://api.kexp.org/v2/plays/531455/?format=api",
    "airdate": "2002-03-26T19:38:23-08:00",
    "show": 9202,
    "show_uri": "https://api.kexp.org/v2/shows/9202/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21FMDSZDS1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21FMDSZDS1L._SL75_.jpg",
    "song": "Aaja Ve Maahi",
    "track_id": "c7b8ae4b-96e1-486d-b2ed-44b27be5c194",
    "recording_id": null,
    "artist": "Bally Sagoo",
    "artist_ids": [
        "4e01e834-c872-4c76-87ab-c2304efa5e7e"
    ],
    "album": "Rising From the East",
    "release_id": "1862f04e-9cc2-42db-8d57-7c281abcc82c",
    "release_group_id": null,
    "labels": [
        "Higher Ground"
    ],
    "label_ids": [
        "a9ba5fdb-3e32-4e97-8ed5-e8545ffc8f51"
    ],
    "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"
}