Information about plays

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

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

{
    "id": 1402648,
    "uri": "https://api.kexp.org/v2/plays/1402648/?format=api",
    "airdate": "2008-07-27T19:44:00-07:00",
    "show": 24474,
    "show_uri": "https://api.kexp.org/v2/shows/24474/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51u2KQMjY6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51u2KQMjY6L._SL75_.jpg",
    "song": "Look What I Got",
    "track_id": "fa8e11f1-1113-4bd8-8d30-76bc5ab5c180",
    "recording_id": null,
    "artist": "Playaz Circle",
    "artist_ids": [
        "176706f4-edc7-4f58-90c8-b1f81162b725"
    ],
    "album": "Flight 360: The Takeoff",
    "release_id": "1b12cac7-7b9d-4c5f-8bfb-ce9d3c13a4f8",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2009-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}