Information about plays

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

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

{
    "id": 1397091,
    "uri": "https://api.kexp.org/v2/plays/1397091/?format=api",
    "airdate": "2008-07-13T12:00:01-07:00",
    "show": 24379,
    "show_uri": "https://api.kexp.org/v2/shows/24379/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515TmBm2s7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515TmBm2s7L._SL75_.jpg",
    "song": "(Don't Be Comin' With No) Weak Sauce",
    "track_id": "7fac6c86-1db4-4c08-9f90-31830604feed",
    "recording_id": null,
    "artist": "Stanton Moore",
    "artist_ids": [
        "8fcb7629-09ef-4def-b1e8-7ef7b57de9cb"
    ],
    "album": "III",
    "release_id": "7373bd80-bb96-4981-bfc6-258968e1bf65",
    "release_group_id": null,
    "labels": [
        "Telarc"
    ],
    "label_ids": [
        "91adb2af-1f8d-4bf5-b86b-a0fbfde5020b"
    ],
    "release_date": "2006-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}