Information about plays

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

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

{
    "id": 514973,
    "uri": "https://api.kexp.org/v2/plays/514973/?format=api",
    "airdate": "2002-02-06T17:04:00-08:00",
    "show": 8879,
    "show_uri": "https://api.kexp.org/v2/shows/8879/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NOxHC%2BECL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NOxHC%2BECL._SL75_.jpg",
    "song": "Holly Oak",
    "track_id": "63b4a4d5-9682-4569-9534-b3915d552ca3",
    "recording_id": null,
    "artist": "Geggy Tah",
    "artist_ids": [
        "9a0117a8-6930-4bb0-9b7b-77362e2a1c6b"
    ],
    "album": "Into the Oh",
    "release_id": "9b395569-39ab-4942-b193-b6da2a01a506",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "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"
}