Information about plays

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

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

{
    "id": 419435,
    "uri": "https://api.kexp.org/v2/plays/419435/?format=api",
    "airdate": "2001-04-29T15:14:07-07:00",
    "show": 7013,
    "show_uri": "https://api.kexp.org/v2/shows/7013/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41X02EGF9YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41X02EGF9YL._SL75_.jpg",
    "song": "Can You Come Down With Us?",
    "track_id": "18b101f0-1ca3-4e23-ba51-3d186336534a",
    "recording_id": null,
    "artist": "The Olivia Tremor Control",
    "artist_ids": [
        "d62842be-03d8-414b-a8d6-36f4b3b563ed"
    ],
    "album": "Music From the Unrealized Film Script, Dusk at Cubist Castle",
    "release_id": "79ab2158-0eb0-4a54-aa69-fd49311a2aeb",
    "release_group_id": null,
    "labels": [
        "Flydaddy Records"
    ],
    "label_ids": [
        "dcd73d17-b515-4d2e-a459-3da4f94a436b"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}