Information about plays

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

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

{
    "id": 415432,
    "uri": "https://api.kexp.org/v2/plays/415432/?format=api",
    "airdate": "2001-04-16T19:43:38-07:00",
    "show": 6932,
    "show_uri": "https://api.kexp.org/v2/shows/6932/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31DNA66F0JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31DNA66F0JL._SL75_.jpg",
    "song": "Boma ma",
    "track_id": "2838d0b5-75f7-449a-a2ec-d7411d1892e7",
    "recording_id": null,
    "artist": "Mama Sissoko",
    "artist_ids": [
        "c3a2da2a-2a0d-4fa9-90f2-66fa162aa8f4"
    ],
    "album": "soleil de minuit",
    "release_id": "f43128c6-871b-4730-b64e-c8f641005728",
    "release_group_id": null,
    "labels": [
        "Buda Musique"
    ],
    "label_ids": [
        "cc691994-6790-493a-8462-e12f046b4bee"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}