Information about plays

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

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

{
    "id": 414536,
    "uri": "https://api.kexp.org/v2/plays/414536/?format=api",
    "airdate": "2001-04-09T09:00:00-07:00",
    "show": 6911,
    "show_uri": "https://api.kexp.org/v2/shows/6911/?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": "High Noon",
    "track_id": "2c04a9b7-6e01-49a9-a279-4edc37aeedf8",
    "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"
}