Information about plays

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

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

{
    "id": 532448,
    "uri": "https://api.kexp.org/v2/plays/532448/?format=api",
    "airdate": "2002-03-29T05:42:29-08:00",
    "show": 9216,
    "show_uri": "https://api.kexp.org/v2/shows/9216/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51V5YAZAJKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51V5YAZAJKL._SL75_.jpg",
    "song": "Bitnadini Tâni Lih",
    "track_id": "cc2d2037-53c3-457e-bee3-947fa7c17992",
    "recording_id": null,
    "artist": "The Musicians of the Nile",
    "artist_ids": [
        "27cfe7e1-d0f3-4940-9909-2fbcab0d7c2a"
    ],
    "album": "Charcoal Gypsies",
    "release_id": "8307bd57-3131-4ec9-8aac-4a431f3ebf12",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1996-09-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}