Information about plays

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

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

{
    "id": 1195884,
    "uri": "https://api.kexp.org/v2/plays/1195884/?format=api",
    "airdate": "2007-02-12T04:39:43-08:00",
    "show": 20964,
    "show_uri": "https://api.kexp.org/v2/shows/20964/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BGWQS64QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BGWQS64QL._SL75_.jpg",
    "song": "Well Thought Out Twinkles",
    "track_id": "62a40b30-ae11-467d-a28c-8af8f35fcf96",
    "recording_id": null,
    "artist": "Silversun Pickups",
    "artist_ids": [
        "b5bd9f88-962e-4730-84a7-795592ba42e8"
    ],
    "album": "Carnavas",
    "release_id": "cd115704-d392-4d05-95e0-491e9fd82852",
    "release_group_id": null,
    "labels": [
        "Dangerbird Records"
    ],
    "label_ids": [
        "af89464c-9366-4ba4-a549-84e482bbbe02"
    ],
    "release_date": "2006-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}