Information about plays

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

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

{
    "id": 1365290,
    "uri": "https://api.kexp.org/v2/plays/1365290/?format=api",
    "airdate": "2008-04-22T15:30:00-07:00",
    "show": 23839,
    "show_uri": "https://api.kexp.org/v2/shows/23839/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514XIuxNmBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514XIuxNmBL._SL75_.jpg",
    "song": "When It Flows",
    "track_id": null,
    "recording_id": null,
    "artist": "Great Lake Swimmers",
    "artist_ids": [
        "64deac19-021e-4dc1-8d11-658be8763589"
    ],
    "album": "Bodies and Minds",
    "release_id": "a89d74ea-682f-4502-addd-b74af5fc23de",
    "release_group_id": null,
    "labels": [
        "Misra"
    ],
    "label_ids": [
        "7be454c1-d49d-4f4c-9178-0ef23bac83f0"
    ],
    "release_date": "2005-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}