Information about plays

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

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

{
    "id": 1310990,
    "uri": "https://api.kexp.org/v2/plays/1310990/?format=api",
    "airdate": "2007-12-06T15:57:37-08:00",
    "show": 22930,
    "show_uri": "https://api.kexp.org/v2/shows/22930/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415525MH94L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415525MH94L._SL75_.jpg",
    "song": "Stars All Seem to Weep",
    "track_id": "43a80459-4285-41c4-bee5-6417f202e91a",
    "recording_id": null,
    "artist": "Beth Orton",
    "artist_ids": [
        "214d84a5-e9e5-4432-af95-8c84da7ba4c0"
    ],
    "album": "Back to Mine: Everything but the Girl",
    "release_id": "c729d0c7-2bdf-4c4e-aca9-4dc566be878b",
    "release_group_id": null,
    "labels": [
        "Ultra"
    ],
    "label_ids": [],
    "release_date": "2001-05-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}