Information about plays

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

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

{
    "id": 1323307,
    "uri": "https://api.kexp.org/v2/plays/1323307/?format=api",
    "airdate": "2008-01-07T03:58:00-08:00",
    "show": 23138,
    "show_uri": "https://api.kexp.org/v2/shows/23138/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MN74FEFQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MN74FEFQL._SL75_.jpg",
    "song": "Le Temps",
    "track_id": "7a682919-a449-4b35-8597-7df61d3a78e9",
    "recording_id": null,
    "artist": "DJ Krush ",
    "artist_ids": [
        "38d16213-25ba-450d-8665-4e08548e62e3"
    ],
    "album": "MiLiGHT",
    "release_id": "81b0f60f-a991-4873-a694-3f37ca2baab8",
    "release_group_id": null,
    "labels": [
        "FFRR"
    ],
    "label_ids": [
        "d51690ee-c132-41e3-bbde-bb3a4afd835a"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}