Information about plays

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

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

{
    "id": 1339091,
    "uri": "https://api.kexp.org/v2/plays/1339091/?format=api",
    "airdate": "2008-02-15T12:50:00-08:00",
    "show": 23396,
    "show_uri": "https://api.kexp.org/v2/shows/23396/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61l0XCDEJCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61l0XCDEJCL._SL75_.jpg",
    "song": "No More Long Years",
    "track_id": "889558cc-8e69-453d-bad0-b6a7df4793c2",
    "recording_id": null,
    "artist": "Matt & Kim",
    "artist_ids": [
        "28537bf2-22c5-4840-91fc-fcb98e8c7379"
    ],
    "album": "Matt & Kim",
    "release_id": "06c1defa-eb6b-48d0-8284-b2a891af46f6",
    "release_group_id": null,
    "labels": [
        "IHEARTCOMIX"
    ],
    "label_ids": [
        "d5f52bc6-0b8f-4f93-b0e5-5ae6b0faa218"
    ],
    "release_date": "2006-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}