Information about plays

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

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

{
    "id": 502105,
    "uri": "https://api.kexp.org/v2/plays/502105/?format=api",
    "airdate": "2001-12-30T23:25:00-08:00",
    "show": 8628,
    "show_uri": "https://api.kexp.org/v2/shows/8628/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41bHv107U5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41bHv107U5L._SL75_.jpg",
    "song": "Reflections on Idylle",
    "track_id": "9480b9f6-982b-41cb-8f60-808d1efc8f98",
    "recording_id": null,
    "artist": "Vienna Art Orchestra",
    "artist_ids": [
        "71e2835d-91cf-4644-b278-14b8981f9869"
    ],
    "album": "The Minimalism of Erik Satie",
    "release_id": "cf59fb46-7f80-410c-a0a3-0ac0384febf8",
    "release_group_id": null,
    "labels": [
        "hatOLOGY"
    ],
    "label_ids": [
        "156c9783-4159-4ed5-9121-bb4a6d260dc6"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}