Information about plays

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

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

{
    "id": 1309851,
    "uri": "https://api.kexp.org/v2/plays/1309851/?format=api",
    "airdate": "2007-12-03T17:55:45-08:00",
    "show": 22912,
    "show_uri": "https://api.kexp.org/v2/shows/22912/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Pf-WD35tL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Pf-WD35tL._SL75_.jpg",
    "song": "Joy Ride",
    "track_id": null,
    "recording_id": null,
    "artist": "The Heliocentrics",
    "artist_ids": [
        "f221328f-bc6b-40f1-a750-ce11a1321489"
    ],
    "album": "Out There",
    "release_id": "5a9622db-77a8-436d-8ee3-bf7d7d1096f2",
    "release_group_id": null,
    "labels": [
        "Now -Again"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}