Information about plays

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

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

{
    "id": 1292987,
    "uri": "https://api.kexp.org/v2/plays/1292987/?format=api",
    "airdate": "2007-10-20T01:12:35-07:00",
    "show": 22621,
    "show_uri": "https://api.kexp.org/v2/shows/22621/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51R4D19P2HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51R4D19P2HL._SL75_.jpg",
    "song": "Threathawk",
    "track_id": null,
    "recording_id": null,
    "artist": "Innaway",
    "artist_ids": [
        "d3fca62e-970b-4bbe-b1b7-6de32252c995"
    ],
    "album": "Innaway",
    "release_id": "892781e1-05a6-4fe4-9b40-8cd57c785ea3",
    "release_group_id": null,
    "labels": [
        "Some Records"
    ],
    "label_ids": [
        "ae9b1c60-bd7c-46c8-b58a-08d73df2e1e3"
    ],
    "release_date": "2005-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}