Information about plays

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

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

{
    "id": 478569,
    "uri": "https://api.kexp.org/v2/plays/478569/?format=api",
    "airdate": "2001-10-21T01:00:00-07:00",
    "show": 8164,
    "show_uri": "https://api.kexp.org/v2/shows/8164/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21RCDTGJ3AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21RCDTGJ3AL._SL75_.jpg",
    "song": "Annie's Drifting Heart",
    "track_id": null,
    "recording_id": null,
    "artist": "Sue Foley",
    "artist_ids": [
        "7699f64f-9a90-4291-902e-afeeed3e138f"
    ],
    "album": "Without a Warning",
    "release_id": "954981aa-bdba-4c5a-af64-deeb9707f1cf",
    "release_group_id": null,
    "labels": [
        "Antone's Records"
    ],
    "label_ids": [
        "7f891972-ae94-470d-98e4-4f26c65a43e1"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}