Information about plays

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

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

{
    "id": 512132,
    "uri": "https://api.kexp.org/v2/plays/512132/?format=api",
    "airdate": "2002-01-29T13:54:00-08:00",
    "show": 8825,
    "show_uri": "https://api.kexp.org/v2/shows/8825/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517F8vuGepL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517F8vuGepL._SL75_.jpg",
    "song": "Salsa Pilón",
    "track_id": "09946cca-0348-4bbb-a408-bbce2f00539a",
    "recording_id": null,
    "artist": "¡Cubanismo!",
    "artist_ids": [
        "8a48c5fe-3c6c-4f1b-9d64-478318e89d09"
    ],
    "album": "Malembe",
    "release_id": "91e7676c-159e-4c26-907c-b0fe17e02173",
    "release_group_id": null,
    "labels": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "release_date": "1997-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}