Information about plays

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

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

{
    "id": 1311184,
    "uri": "https://api.kexp.org/v2/plays/1311184/?format=api",
    "airdate": "2007-12-07T01:43:40-08:00",
    "show": 22933,
    "show_uri": "https://api.kexp.org/v2/shows/22933/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51K11v9pE0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51K11v9pE0L._SL75_.jpg",
    "song": "No Delay (feat. Surreal of The Sound Providers)",
    "track_id": "5e2c0f02-633d-44f9-ba79-52b72c642f4a",
    "recording_id": null,
    "artist": "Ohmega Watts",
    "artist_ids": [
        "5f0c668b-aa98-48bd-b87a-b71e3e724836"
    ],
    "album": "Watts Happening",
    "release_id": "7137299b-5592-47bd-8e95-8790a4db4cf7",
    "release_group_id": null,
    "labels": [
        "Ubiquity Records"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2007-10-09",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}