Information about plays

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

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

{
    "id": 1351488,
    "uri": "https://api.kexp.org/v2/plays/1351488/?format=api",
    "airdate": "2008-03-19T00:15:46-07:00",
    "show": 23609,
    "show_uri": "https://api.kexp.org/v2/shows/23609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41J9KNH2XYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41J9KNH2XYL._SL75_.jpg",
    "song": "Alepheuo(Truthspeaking) feat.Angelina Esparza",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Krush ",
    "artist_ids": [
        "38d16213-25ba-450d-8665-4e08548e62e3"
    ],
    "album": "深層 \"The Message at the Depth\"",
    "release_id": "4961161d-e815-498d-ac38-db9f72ccfde7",
    "release_group_id": null,
    "labels": [
        "Sony Records"
    ],
    "label_ids": [
        "dee62e1a-cfd1-466f-b578-846a0fdf435a"
    ],
    "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"
}