Information about plays

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

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

{
    "id": 1265261,
    "uri": "https://api.kexp.org/v2/plays/1265261/?format=api",
    "airdate": "2007-08-10T10:16:44-07:00",
    "show": 22153,
    "show_uri": "https://api.kexp.org/v2/shows/22153/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51E12JDC45L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51E12JDC45L._SL75_.jpg",
    "song": "Not I",
    "track_id": null,
    "recording_id": null,
    "artist": "The Girls",
    "artist_ids": [
        "2154103f-b9ed-427a-92e0-b6d91aa52019"
    ],
    "album": "The Girls",
    "release_id": "0e7b5302-17e7-46af-b398-d23c1160e136",
    "release_group_id": null,
    "labels": [
        "Demo"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}