Information about plays

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

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

{
    "id": 1318723,
    "uri": "https://api.kexp.org/v2/plays/1318723/?format=api",
    "airdate": "2007-12-26T05:52:36-08:00",
    "show": 23058,
    "show_uri": "https://api.kexp.org/v2/shows/23058/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41IpmPCss3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41IpmPCss3L._SL75_.jpg",
    "song": "Treehouse/Schoolbell",
    "track_id": null,
    "recording_id": null,
    "artist": "Arthur Russell",
    "artist_ids": [
        "f43370e3-6d86-44e7-ae4c-ca098962dcd0"
    ],
    "album": "World of Echo",
    "release_id": "3a6a692e-3e49-4e22-b64a-76533e5767de",
    "release_group_id": null,
    "labels": [
        "Audika"
    ],
    "label_ids": [
        "613be16a-2c75-446d-99ca-184420a55cf9"
    ],
    "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"
}