Information about plays

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

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

{
    "id": 1311641,
    "uri": "https://api.kexp.org/v2/plays/1311641/?format=api",
    "airdate": "2007-12-08T03:56:58-08:00",
    "show": 22939,
    "show_uri": "https://api.kexp.org/v2/shows/22939/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21ND0SNN63L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21ND0SNN63L._SL75_.jpg",
    "song": "I Wish I Were Dead Pt.1",
    "track_id": null,
    "recording_id": null,
    "artist": "Steve Fisk",
    "artist_ids": [
        "c851ef86-5278-4537-8b51-7ccedb4ae903"
    ],
    "album": "Over and Thru the Night",
    "release_id": "fa4f5601-0e9f-4829-a6a6-a1a47651eb59",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "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"
}