Information about plays

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

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

{
    "id": 504219,
    "uri": "https://api.kexp.org/v2/plays/504219/?format=api",
    "airdate": "2002-01-06T10:12:00-08:00",
    "show": 8670,
    "show_uri": "https://api.kexp.org/v2/shows/8670/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41F04RRHQRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41F04RRHQRL._SL75_.jpg",
    "song": "Without You",
    "track_id": "19d1210e-9fed-4cc6-a9f7-ba32ccdb34c9",
    "recording_id": null,
    "artist": "Jimmie Vaughan",
    "artist_ids": [
        "dac15690-cbad-4692-a6bf-3bb0ae05cfe1"
    ],
    "album": "Do You Get the Blues?",
    "release_id": "e3c53e6f-4ebe-467a-a386-ca23dfd4fe98",
    "release_group_id": null,
    "labels": [
        "Artemis Records"
    ],
    "label_ids": [
        "110f7548-2628-43b8-b112-d5528a713538"
    ],
    "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"
}