Information about plays

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

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

{
    "id": 416072,
    "uri": "https://api.kexp.org/v2/plays/416072/?format=api",
    "airdate": "2001-04-18T15:12:00-07:00",
    "show": 6943,
    "show_uri": "https://api.kexp.org/v2/shows/6943/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21Y12uQ01GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21Y12uQ01GL._SL75_.jpg",
    "song": "A Goodbye Rye",
    "track_id": null,
    "recording_id": null,
    "artist": "Richard Buckner",
    "artist_ids": [
        "fec02932-60cd-46ee-a70c-05c07905ae77"
    ],
    "album": "Devotion + Doubt",
    "release_id": "6a808b59-ae88-4356-a12c-cdd8aab55501",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}