Information about plays

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

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

{
    "id": 1196501,
    "uri": "https://api.kexp.org/v2/plays/1196501/?format=api",
    "airdate": "2007-02-13T19:53:35-08:00",
    "show": 20974,
    "show_uri": "https://api.kexp.org/v2/shows/20974/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51r2L4GTRRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51r2L4GTRRL._SL75_.jpg",
    "song": "Águyuha Nidúheñu (My People Have Moved On)",
    "track_id": null,
    "recording_id": null,
    "artist": "Andy Palacio & The Garifuna Collective",
    "artist_ids": [
        "748fefbb-93a8-456e-b087-d94690f6d68c"
    ],
    "album": "Wátina",
    "release_id": "13771907-e363-4246-933a-7b401611c5bc",
    "release_group_id": null,
    "labels": [
        "Cumbancha"
    ],
    "label_ids": [
        "ca1dd9fa-ab3a-45c0-97b9-4c66c8eb2fc7"
    ],
    "release_date": "2007-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}