Information about plays

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

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

{
    "id": 533246,
    "uri": "https://api.kexp.org/v2/plays/533246/?format=api",
    "airdate": "2002-03-31T17:33:56-08:00",
    "show": 9236,
    "show_uri": "https://api.kexp.org/v2/shows/9236/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51o1JYc6oWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51o1JYc6oWL._SL75_.jpg",
    "song": "This Here Giraffe",
    "track_id": "a1c971fc-0f53-4833-8ff7-d87b69012c1c",
    "recording_id": null,
    "artist": "The Flaming Lips",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "Clouds Taste Metallic",
    "release_id": "ed6811f4-3b61-4524-87c7-d00c75f0235b",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1995-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}