Information about plays

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

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

{
    "id": 1338173,
    "uri": "https://api.kexp.org/v2/plays/1338173/?format=api",
    "airdate": "2008-02-13T09:00:12-08:00",
    "show": 23383,
    "show_uri": "https://api.kexp.org/v2/shows/23383/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21HJ01E28CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21HJ01E28CL._SL75_.jpg",
    "song": "Dying of the Pines",
    "track_id": null,
    "recording_id": null,
    "artist": "The Gourds",
    "artist_ids": [
        "7f98cb2a-9b68-4b3d-9acf-e858694a3396"
    ],
    "album": "Dem's Good Beeble",
    "release_id": "48771ee4-ffeb-4eca-8c80-e34ef37e132d",
    "release_group_id": null,
    "labels": [
        "Munich Records"
    ],
    "label_ids": [
        "a71957ec-e81c-432f-b587-9648cf3bdb58"
    ],
    "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"
}