Information about plays

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

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

{
    "id": 1322669,
    "uri": "https://api.kexp.org/v2/plays/1322669/?format=api",
    "airdate": "2008-01-05T13:42:43-08:00",
    "show": 23125,
    "show_uri": "https://api.kexp.org/v2/shows/23125/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21NX2TK00TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21NX2TK00TL._SL75_.jpg",
    "song": "Listen, the Snow Is Falling",
    "track_id": null,
    "recording_id": null,
    "artist": "Galaxie 500",
    "artist_ids": [
        "4de3cfed-b459-42bd-bfbb-7a843fbc73df"
    ],
    "album": "This Is Our Music",
    "release_id": "5de99614-ed6d-43cc-87e3-b46a534ba685",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "71247f6b-fd24-4a56-89a2-23512f006f0c"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}