Information about plays

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

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

{
    "id": 1416737,
    "uri": "https://api.kexp.org/v2/plays/1416737/?format=api",
    "airdate": "2008-09-01T01:00:00-07:00",
    "show": 24711,
    "show_uri": "https://api.kexp.org/v2/shows/24711/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61M79SEPPKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61M79SEPPKL._SL75_.jpg",
    "song": "Jump Up",
    "track_id": "d679b059-8efe-473c-a8db-0c99e1633c53",
    "recording_id": null,
    "artist": "Jason Moran",
    "artist_ids": [
        "2f97f8ef-1bd6-439e-b725-c65081d12d86"
    ],
    "album": "Same Mother",
    "release_id": "6cbcc5bb-9402-452c-8d23-7dd67e71e3f3",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "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"
}