Information about plays

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

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

{
    "id": 1319915,
    "uri": "https://api.kexp.org/v2/plays/1319915/?format=api",
    "airdate": "2007-12-29T10:02:00-08:00",
    "show": 23077,
    "show_uri": "https://api.kexp.org/v2/shows/23077/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Iao8dMLIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Iao8dMLIL._SL75_.jpg",
    "song": "Hard Times Don't Bother Me",
    "track_id": "48e4e3ff-c04a-481a-b82a-1f9ee4de0fc8",
    "recording_id": null,
    "artist": "Joe Higgs",
    "artist_ids": [
        "d78d71bb-7260-43ef-b12f-e2f8eb26b153"
    ],
    "album": "Life of Contradiction",
    "release_id": "302a4713-4f3d-487d-ae8c-46aed93a6413",
    "release_group_id": null,
    "labels": [
        "white"
    ],
    "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"
}