Information about plays

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

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

{
    "id": 415488,
    "uri": "https://api.kexp.org/v2/plays/415488/?format=api",
    "airdate": "2001-04-16T23:30:00-07:00",
    "show": 6930,
    "show_uri": "https://api.kexp.org/v2/shows/6930/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51yi2i9cRiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51yi2i9cRiL._SL75_.jpg",
    "song": "Parentheses",
    "track_id": null,
    "recording_id": null,
    "artist": "The Antlers",
    "artist_ids": [
        "ff0d20a7-a69e-4207-a18f-ca808759499d"
    ],
    "album": "Burst Apart",
    "release_id": "795178b1-926d-4121-863a-7c801448becc",
    "release_group_id": null,
    "labels": [
        "Frenchkiss Records"
    ],
    "label_ids": [
        "dfbbcec7-ad28-4340-a440-c08b064382ba"
    ],
    "release_date": "2011-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}