Information about plays

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

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

{
    "id": 1379392,
    "uri": "https://api.kexp.org/v2/plays/1379392/?format=api",
    "airdate": "2008-05-28T00:46:24-07:00",
    "show": 24073,
    "show_uri": "https://api.kexp.org/v2/shows/24073/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41E6nsQtOGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41E6nsQtOGL._SL75_.jpg",
    "song": "All at Once (It's Not Important)",
    "track_id": "5051d8fc-a2d6-4d01-975f-e44c44d1ba32",
    "recording_id": null,
    "artist": "Secret Machines",
    "artist_ids": [
        "52f34f97-084d-4cb2-94c6-aa384041e022"
    ],
    "album": "Ten Silver Drops",
    "release_id": "68a5b97d-2a70-44e2-bc22-03e40811a434",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2006-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}