Information about plays

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

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

{
    "id": 1337891,
    "uri": "https://api.kexp.org/v2/plays/1337891/?format=api",
    "airdate": "2008-02-12T17:56:02-08:00",
    "show": 23379,
    "show_uri": "https://api.kexp.org/v2/shows/23379/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xAv%2BPt6jL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xAv%2BPt6jL._SL75_.jpg",
    "song": "Gentle Tuesday",
    "track_id": "cef68daf-5e27-4cde-a7b1-4174f3361547",
    "recording_id": null,
    "artist": "Primal Scream",
    "artist_ids": [
        "55704c38-224f-4b75-b29f-d43653f8bc9a"
    ],
    "album": "Sonic Flower Groove",
    "release_id": "de1b34d1-31eb-4a85-95b4-5c70a590f425",
    "release_group_id": null,
    "labels": [
        "WEA"
    ],
    "label_ids": [
        "fe7ee819-e43e-4cb2-8e72-463879e4b3e7"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}