Information about plays

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

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

{
    "id": 1196574,
    "uri": "https://api.kexp.org/v2/plays/1196574/?format=api",
    "airdate": "2007-02-13T23:48:14-08:00",
    "show": 20975,
    "show_uri": "https://api.kexp.org/v2/shows/20975/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41UoHBkILPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41UoHBkILPL._SL75_.jpg",
    "song": "Looks Like Rain",
    "track_id": "35db3820-61e1-45f1-906f-7b73ad4bd852",
    "recording_id": null,
    "artist": "The Postmarks",
    "artist_ids": [
        "3cac4257-a588-4d0a-ad09-7d2704ec2ff1"
    ],
    "album": "The Postmarks",
    "release_id": "b197937a-4282-40f4-8ac4-b915dd7499ab",
    "release_group_id": null,
    "labels": [
        "Unfiltered"
    ],
    "label_ids": [
        "21b03489-9c92-4e8b-bc1c-bf84e284148d"
    ],
    "release_date": "2007-01-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}