Information about plays

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

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

{
    "id": 431167,
    "uri": "https://api.kexp.org/v2/plays/431167/?format=api",
    "airdate": "2001-06-04T09:00:00-07:00",
    "show": 7252,
    "show_uri": "https://api.kexp.org/v2/shows/7252/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SdRLOrYpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SdRLOrYpL._SL75_.jpg",
    "song": "Pure Morning",
    "track_id": null,
    "recording_id": null,
    "artist": "Placebo",
    "artist_ids": [
        "847e8284-8582-4b0e-9c26-b042a4f49e57"
    ],
    "album": "Without You I'm Nothing",
    "release_id": "febbd996-fc2b-4811-a389-ef339c015664",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1998-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}