Information about plays

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

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

{
    "id": 1392811,
    "uri": "https://api.kexp.org/v2/plays/1392811/?format=api",
    "airdate": "2008-07-02T18:58:00-07:00",
    "show": 24308,
    "show_uri": "https://api.kexp.org/v2/shows/24308/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518NMgj5y5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518NMgj5y5L._SL75_.jpg",
    "song": "Mighty, Mighty",
    "track_id": "91b18b2e-b5ad-454b-b9fa-b2ef4ebeb45f",
    "recording_id": null,
    "artist": "Baby Huey",
    "artist_ids": [
        "66c03e40-2337-4952-8b27-afcbc68a6e5a"
    ],
    "album": "The Baby Huey Story: The Living Legend",
    "release_id": "5e9f7f9e-3738-42e1-80c6-aafa8ff66b6a",
    "release_group_id": null,
    "labels": [
        "Curtom Records"
    ],
    "label_ids": [
        "0de50eca-0acc-492c-8840-7eae9f04e739"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}