Information about plays

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

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

{
    "id": 415104,
    "uri": "https://api.kexp.org/v2/plays/415104/?format=api",
    "airdate": "2001-04-14T19:00:00-07:00",
    "show": 6923,
    "show_uri": "https://api.kexp.org/v2/shows/6923/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21T7T57PNSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21T7T57PNSL._SL75_.jpg",
    "song": "No-Handed",
    "track_id": "2119a188-7a29-42c0-b13a-efc61b2623ef",
    "recording_id": null,
    "artist": "Sarah Dougher",
    "artist_ids": [
        "774ac1ae-19ac-4443-a3af-45b6fd61b3a4"
    ],
    "album": "The Walls Ablaze",
    "release_id": "81c24715-3df9-4fb2-a6e7-07d718c5f537",
    "release_group_id": null,
    "labels": [
        "Mr. Lady Records"
    ],
    "label_ids": [
        "5d4b7256-2317-472c-8d5f-cd5f2d8f8f20"
    ],
    "release_date": "2000-05-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}