Information about plays

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

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

{
    "id": 414944,
    "uri": "https://api.kexp.org/v2/plays/414944/?format=api",
    "airdate": "2001-04-13T09:00:00-07:00",
    "show": 6920,
    "show_uri": "https://api.kexp.org/v2/shows/6920/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/317v4vpjo%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/317v4vpjo%2BL._SL75_.jpg",
    "song": "Non-Equivalents",
    "track_id": "ab35836e-4be3-40ca-9e46-da40328580d7",
    "recording_id": null,
    "artist": "Juno",
    "artist_ids": [
        "6c0994fb-382e-4510-8e26-56709afaf190"
    ],
    "album": "Juno & The Dismemberment Plan",
    "release_id": "7c6e9f6e-3574-4a29-bada-177d0d12f0cf",
    "release_group_id": null,
    "labels": [
        "DeSoto Records"
    ],
    "label_ids": [
        "c8e08325-47ac-4841-997c-4fced14ed8c2"
    ],
    "release_date": "2000-06-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}