Information about plays

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

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

{
    "id": 419035,
    "uri": "https://api.kexp.org/v2/plays/419035/?format=api",
    "airdate": "2001-04-28T03:25:00-07:00",
    "show": 7001,
    "show_uri": "https://api.kexp.org/v2/shows/7001/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/612mHCcRQIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/612mHCcRQIL._SL75_.jpg",
    "song": "Killing in the Name",
    "track_id": null,
    "recording_id": null,
    "artist": "Rage Against the Machine",
    "artist_ids": [
        "3798b104-01cb-484c-a3b0-56adc6399b80"
    ],
    "album": "Rage Against the Machine",
    "release_id": "e956c901-acb7-48d6-9dc6-389a5f91f372",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1992-11-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}