Information about plays

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

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

{
    "id": 1367234,
    "uri": "https://api.kexp.org/v2/plays/1367234/?format=api",
    "airdate": "2008-04-27T14:41:57-07:00",
    "show": 23872,
    "show_uri": "https://api.kexp.org/v2/shows/23872/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GU623TfBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GU623TfBL._SL75_.jpg",
    "song": "Storm Vibrations",
    "track_id": null,
    "recording_id": null,
    "artist": "Guided By Voices",
    "artist_ids": [
        "6c85f4c3-026c-4c16-9a7c-f546f42ed0fb"
    ],
    "album": "Universal Truths and Cycles",
    "release_id": "885ff9cb-5652-4c9f-8278-0e6d12d30127",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2002-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}