Information about plays

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

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

{
    "id": 1173701,
    "uri": "https://api.kexp.org/v2/plays/1173701/?format=api",
    "airdate": "2006-12-17T17:07:32-08:00",
    "show": 20584,
    "show_uri": "https://api.kexp.org/v2/shows/20584/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21RWQ08CS4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21RWQ08CS4L._SL75_.jpg",
    "song": "3 Tha Hard Way",
    "track_id": "73134981-4c87-4886-9089-220be0fe96b9",
    "recording_id": null,
    "artist": "Bahamadia",
    "artist_ids": [
        "fc433b50-0061-4298-8beb-af6f51cbd677"
    ],
    "album": "Kollage",
    "release_id": "a09f3bc8-981c-4bd7-ab8a-d06aaf05a4d5",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1997-08-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}