Information about plays

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

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

{
    "id": 1336365,
    "uri": "https://api.kexp.org/v2/plays/1336365/?format=api",
    "airdate": "2008-02-08T20:20:00-08:00",
    "show": 23352,
    "show_uri": "https://api.kexp.org/v2/shows/23352/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61iuYJBh-LL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61iuYJBh-LL._SL75_.jpg",
    "song": "Rockabilly Rebel",
    "track_id": "ce06858b-e6c2-4852-89de-06076c2b404f",
    "recording_id": null,
    "artist": "Matchbox",
    "artist_ids": [
        "06a93515-1590-4d15-b3f9-50c8cadd9bda"
    ],
    "album": "Matchbox / Midnite Dynamos",
    "release_id": "6f33c6f1-17a8-439a-80c0-549873513877",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}