Information about plays

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

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

{
    "id": 1286208,
    "uri": "https://api.kexp.org/v2/plays/1286208/?format=api",
    "airdate": "2007-10-02T18:16:01-07:00",
    "show": 22506,
    "show_uri": "https://api.kexp.org/v2/shows/22506/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61wHf24VAOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61wHf24VAOL._SL75_.jpg",
    "song": "G-padpo",
    "track_id": "1c61b762-9f75-4c51-87bb-7bd258f93207",
    "recording_id": null,
    "artist": "Saïan Supa Crew",
    "artist_ids": [
        "0b8d3a99-c66f-4b6c-898c-31c30f28a196"
    ],
    "album": "KLR",
    "release_id": "66763fa1-7f4a-4aeb-af2d-ff22241544b6",
    "release_group_id": null,
    "labels": [
        "BMG"
    ],
    "label_ids": [],
    "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"
}