Information about plays

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

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

{
    "id": 532170,
    "uri": "https://api.kexp.org/v2/plays/532170/?format=api",
    "airdate": "2002-03-28T12:58:12-08:00",
    "show": 9212,
    "show_uri": "https://api.kexp.org/v2/shows/9212/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61sLMYE62jL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61sLMYE62jL._SL75_.jpg",
    "song": "Know the Ledge",
    "track_id": null,
    "recording_id": null,
    "artist": "Eric B. & Rakim",
    "artist_ids": [
        "925228de-bbe5-4c7b-b76f-78e382ec9148"
    ],
    "album": "Don't Sweat the Technique",
    "release_id": "391d88db-eee3-4f7a-80ce-2f36455c6e05",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}