Information about plays

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

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

{
    "id": 510597,
    "uri": "https://api.kexp.org/v2/plays/510597/?format=api",
    "airdate": "2002-01-25T01:44:00-08:00",
    "show": 8795,
    "show_uri": "https://api.kexp.org/v2/shows/8795/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GvaooyjxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GvaooyjxL._SL75_.jpg",
    "song": "June",
    "track_id": "8e2b841f-7c60-4a64-ba61-52f5457c1cb5",
    "recording_id": null,
    "artist": "Pinback",
    "artist_ids": [
        "1f16a425-2606-4137-a6b7-234b6dabe037"
    ],
    "album": "Some Voices",
    "release_id": "9c490201-399c-4437-afac-f54b943267cc",
    "release_group_id": null,
    "labels": [
        "Absolutely Kosher Records"
    ],
    "label_ids": [
        "ab282a9a-6440-4e08-a7c5-64735a892f3e"
    ],
    "release_date": "2002-09-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}