Information about plays

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

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

{
    "id": 1351394,
    "uri": "https://api.kexp.org/v2/plays/1351394/?format=api",
    "airdate": "2008-03-18T20:00:00-07:00",
    "show": 23608,
    "show_uri": "https://api.kexp.org/v2/shows/23608/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51t8y1idzRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51t8y1idzRL._SL75_.jpg",
    "song": "Mysterious Ways",
    "track_id": null,
    "recording_id": null,
    "artist": "Angélique Kidjo",
    "artist_ids": [
        "80fe34d0-6b4f-4ccd-81c3-281ab37f0451"
    ],
    "album": "In the Name of Love: Africa Celebrates U2",
    "release_id": "d0ada3ec-f517-45ea-9a34-a9bd29fa1c6b",
    "release_group_id": null,
    "labels": [
        "Sparrow Records"
    ],
    "label_ids": [
        "a16c5c7f-38ec-4cbf-aa4f-f354fcc88eb2"
    ],
    "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"
}