Information about plays

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

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

{
    "id": 1275340,
    "uri": "https://api.kexp.org/v2/plays/1275340/?format=api",
    "airdate": "2007-09-04T22:43:09-07:00",
    "show": 22323,
    "show_uri": "https://api.kexp.org/v2/shows/22323/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51G1uwFn16L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51G1uwFn16L._SL75_.jpg",
    "song": "Cinderella",
    "track_id": "8a165985-d624-4d21-89b7-76007af4c343",
    "recording_id": null,
    "artist": "DMZ",
    "artist_ids": [
        "f4840524-37fd-4eb8-9906-f0ba9814f834"
    ],
    "album": "DMZ",
    "release_id": "4a3bc273-4355-48ec-945f-840a59a42e5c",
    "release_group_id": null,
    "labels": [
        "WMG"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}