Information about plays

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

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

{
    "id": 427259,
    "uri": "https://api.kexp.org/v2/plays/427259/?format=api",
    "airdate": "2001-05-23T13:36:00-07:00",
    "show": 7175,
    "show_uri": "https://api.kexp.org/v2/shows/7175/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21TFQA1YVKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21TFQA1YVKL._SL75_.jpg",
    "song": "Les and Ray",
    "track_id": null,
    "recording_id": null,
    "artist": "Le Tigre",
    "artist_ids": [
        "2d67239c-aa40-4ad5-a807-9052b66857a6"
    ],
    "album": "Le Tigre",
    "release_id": "78db8ee8-94dc-444a-85f6-848ce0087092",
    "release_group_id": null,
    "labels": [
        "Mr. Lady Records"
    ],
    "label_ids": [
        "5d4b7256-2317-472c-8d5f-cd5f2d8f8f20"
    ],
    "release_date": "1999-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}