Information about plays

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

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

{
    "id": 415742,
    "uri": "https://api.kexp.org/v2/plays/415742/?format=api",
    "airdate": "2001-04-17T13:56:28-07:00",
    "show": 6936,
    "show_uri": "https://api.kexp.org/v2/shows/6936/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZZI6gMEZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZZI6gMEZL._SL75_.jpg",
    "song": "La negra Tomasa",
    "track_id": "da290bf3-aedc-4c66-91a3-4d001a61213d",
    "recording_id": null,
    "artist": "Compay Segundo",
    "artist_ids": [
        "8b8ab7a4-add8-4353-a586-e1086e521af8"
    ],
    "album": "Las flores de la vida",
    "release_id": "1ea313fb-26c0-4d15-9579-9c1f8cd104a1",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2001-02-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}