Information about plays

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

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

{
    "id": 508786,
    "uri": "https://api.kexp.org/v2/plays/508786/?format=api",
    "airdate": "2002-01-19T17:08:00-08:00",
    "show": 8757,
    "show_uri": "https://api.kexp.org/v2/shows/8757/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FJEJ5BVEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FJEJ5BVEL._SL75_.jpg",
    "song": "A Little Bit of Sex",
    "track_id": "c0e2a8f5-8e6c-4727-b38f-0064fd77db18",
    "recording_id": null,
    "artist": "Tommy Womack",
    "artist_ids": [
        "61b954c2-9fd2-43b4-8e2e-b1491e3dcfe9"
    ],
    "album": "Positively Na Na",
    "release_id": "7ead4955-a48c-431c-854c-fe56e32e9de2",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}